From a48cc8023963ac0ae41e70d4fd6fb0a9f453dba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:25:21 +0000 Subject: [PATCH] fix(deps): update module github.com/spf13/cobra to v1.9.1 (#1566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/cobra](https://redirect.github.com/spf13/cobra) | `v1.9.0` -> `v1.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcobra/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fcobra/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspf13%2fcobra/v1.9.0/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fcobra/v1.9.0/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spf13/cobra (github.com/spf13/cobra) ### [`v1.9.1`](https://redirect.github.com/spf13/cobra/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.9.0...v1.9.1) ##### 🐛 Fixes - Fix CompletionFunc implementation by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [https://github.com/spf13/cobra/pull/2234](https://redirect.github.com/spf13/cobra/pull/2234) - Revert "Make detection for test-binary more universal ([#​2173](https://redirect.github.com/spf13/cobra/issues/2173))" by [@​marckhouzam](https://redirect.github.com/marckhouzam) in [https://github.com/spf13/cobra/pull/2235](https://redirect.github.com/spf13/cobra/pull/2235) **Full Changelog**: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- flagd-proxy/go.mod | 2 +- flagd-proxy/go.sum | 2 ++ flagd/go.mod | 2 +- flagd/go.sum | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/flagd-proxy/go.mod b/flagd-proxy/go.mod index 2ca9efd68..4fcb820ad 100644 --- a/flagd-proxy/go.mod +++ b/flagd-proxy/go.mod @@ -11,7 +11,7 @@ require ( github.com/mattn/go-colorable v0.1.14 github.com/open-feature/flagd/core v0.11.1 github.com/prometheus/client_golang v1.20.5 - github.com/spf13/cobra v1.9.0 + github.com/spf13/cobra v1.9.1 github.com/spf13/viper v1.19.0 go.opentelemetry.io/otel/exporters/prometheus v0.56.0 go.opentelemetry.io/otel/metric v1.34.0 diff --git a/flagd-proxy/go.sum b/flagd-proxy/go.sum index f33fc00a9..afd3dc60f 100644 --- a/flagd-proxy/go.sum +++ b/flagd-proxy/go.sum @@ -280,6 +280,8 @@ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/cobra v1.9.0 h1:Py5fIuq/lJsRYxcxfOtsJqpmwJWCMOUy2tMJYV8TNHE= github.com/spf13/cobra v1.9.0/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= +github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo= +github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o= diff --git a/flagd/go.mod b/flagd/go.mod index 3e9fdbc81..1ae6f2a2a 100644 --- a/flagd/go.mod +++ b/flagd/go.mod @@ -16,7 +16,7 @@ require ( github.com/prometheus/client_golang v1.20.5 github.com/rs/cors v1.11.1 github.com/rs/xid v1.6.0 - github.com/spf13/cobra v1.9.0 + github.com/spf13/cobra v1.9.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.10.0 go.opentelemetry.io/otel v1.34.0 diff --git a/flagd/go.sum b/flagd/go.sum index f5e4812b7..686db01fa 100644 --- a/flagd/go.sum +++ b/flagd/go.sum @@ -303,6 +303,8 @@ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/cobra v1.9.0 h1:Py5fIuq/lJsRYxcxfOtsJqpmwJWCMOUy2tMJYV8TNHE= github.com/spf13/cobra v1.9.0/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= +github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo= +github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=