Skip to content

Commit b58bbb7

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/spf13/cobra to v1.10.2 (#14266)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/spf13/cobra](https://redirect.github.com/spf13/cobra) | `v1.10.1` -> `v1.10.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcobra/v1.10.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fcobra/v1.10.1/v1.10.2?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`v1.10.2`](https://redirect.github.com/spf13/cobra/releases/tag/v1.10.2) [Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.10.1...v1.10.2) #### 🔧 Dependencies - chore: Migrate from `gopkg.in/yaml.v3` to `go.yaml.in/yaml/v3` by [@&#8203;dims](https://redirect.github.com/dims) in [#&#8203;2336](https://redirect.github.com/spf13/cobra/pull/2336) - the `gopkg.in/yaml.v3` package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of `spf13/cobra` #### 📈 CI/CD - Fix linter and allow CI to pass by [@&#8203;marckhouzam](https://redirect.github.com/marckhouzam) in [#&#8203;2327](https://redirect.github.com/spf13/cobra/pull/2327) - fix: actions/setup-go v6 by [@&#8203;jpmcb](https://redirect.github.com/jpmcb) in [#&#8203;2337](https://redirect.github.com/spf13/cobra/pull/2337) #### 🔥✍🏼 Docs - Add documentation for repeated flags functionality by [@&#8203;rvergis](https://redirect.github.com/rvergis) in [#&#8203;2316](https://redirect.github.com/spf13/cobra/pull/2316) #### 🍂 Refactors - refactor: replace several vars with consts by [@&#8203;htoyoda18](https://redirect.github.com/htoyoda18) in [#&#8203;2328](https://redirect.github.com/spf13/cobra/pull/2328) - refactor: change minUsagePadding from var to const by [@&#8203;ssam18](https://redirect.github.com/ssam18) in [#&#8203;2325](https://redirect.github.com/spf13/cobra/pull/2325) #### 🤗 New Contributors - [@&#8203;rvergis](https://redirect.github.com/rvergis) made their first contribution in [#&#8203;2316](https://redirect.github.com/spf13/cobra/pull/2316) - [@&#8203;htoyoda18](https://redirect.github.com/htoyoda18) made their first contribution in [#&#8203;2328](https://redirect.github.com/spf13/cobra/pull/2328) - [@&#8203;ssam18](https://redirect.github.com/ssam18) made their first contribution in [#&#8203;2325](https://redirect.github.com/spf13/cobra/pull/2325) - [@&#8203;dims](https://redirect.github.com/dims) made their first contribution in [#&#8203;2336](https://redirect.github.com/spf13/cobra/pull/2336) **Full Changelog**: <spf13/cobra@v1.10.1...v1.10.2> Thank you to our amazing contributors!!!!! 🐍 🚀 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent e662d27 commit b58bbb7

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/knadh/koanf/providers/file v1.2.0
1212
github.com/knadh/koanf/providers/fs v1.0.0
1313
github.com/knadh/koanf/v2 v2.3.0
14-
github.com/spf13/cobra v1.10.1
14+
github.com/spf13/cobra v1.10.2
1515
github.com/spf13/pflag v1.0.10
1616
github.com/stretchr/testify v1.11.1
1717
go.uber.org/goleak v1.3.0

cmd/builder/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
github.com/spf13/cobra v1.10.1
7+
github.com/spf13/cobra v1.10.2
88
github.com/stretchr/testify v1.11.1
99
go.opentelemetry.io/collector/component v1.47.0
1010
go.opentelemetry.io/collector/component/componenttest v0.141.0

cmd/mdatagen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/prometheus/procfs v0.17.0 // indirect
7777
github.com/rs/cors v1.11.1 // indirect
7878
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
79-
github.com/spf13/cobra v1.10.1 // indirect
79+
github.com/spf13/cobra v1.10.2 // indirect
8080
github.com/spf13/pflag v1.0.9 // indirect
8181
github.com/stretchr/testify v1.11.1 // indirect
8282
github.com/tklauser/go-sysconf v0.3.16 // indirect

cmd/otelcorecol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ require (
9494
github.com/prometheus/procfs v0.17.0 // indirect
9595
github.com/rs/cors v1.11.1 // indirect
9696
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
97-
github.com/spf13/cobra v1.10.1 // indirect
97+
github.com/spf13/cobra v1.10.2 // indirect
9898
github.com/spf13/pflag v1.0.9 // indirect
9999
github.com/tklauser/go-sysconf v0.3.16 // indirect
100100
github.com/tklauser/numcpus v0.11.0 // indirect

internal/e2e/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/otelcol
33
go 1.24.0
44

55
require (
6-
github.com/spf13/cobra v1.10.1
6+
github.com/spf13/cobra v1.10.2
77
github.com/stretchr/testify v1.11.1
88
go.opentelemetry.io/collector/component v1.47.0
99
go.opentelemetry.io/collector/component/componentstatus v0.141.0

otelcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)