Skip to content

Commit aec8a91

Browse files
fix(deps): update module github.com/spf13/cobra to v1.10.1
1 parent 3711ca9 commit aec8a91

6 files changed

Lines changed: 18 additions & 19 deletions

File tree

cmd/builder/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.2.2
14-
github.com/spf13/cobra v1.9.1
15-
github.com/spf13/pflag v1.0.7
14+
github.com/spf13/cobra v1.10.1
15+
github.com/spf13/pflag v1.0.9
1616
github.com/stretchr/testify v1.10.0
1717
go.uber.org/goleak v1.3.0
1818
go.uber.org/multierr v1.11.0

cmd/builder/go.sum

Lines changed: 4 additions & 5 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
github.com/spf13/cobra v1.9.1
7+
github.com/spf13/cobra v1.10.1
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/component v1.37.0
1010
go.opentelemetry.io/collector/component/componenttest v0.131.0
@@ -51,7 +51,7 @@ require (
5151
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5252
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5353
github.com/pmezard/go-difflib v1.0.0 // indirect
54-
github.com/spf13/pflag v1.0.6 // indirect
54+
github.com/spf13/pflag v1.0.9 // indirect
5555
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
5656
go.opentelemetry.io/collector/component/componentstatus v0.131.0 // indirect
5757
go.opentelemetry.io/collector/connector/xconnector v0.131.0 // indirect

cmd/mdatagen/go.sum

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

otelcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/otelcol
33
go 1.23.0
44

55
require (
6-
github.com/spf13/cobra v1.9.1
6+
github.com/spf13/cobra v1.10.1
77
github.com/stretchr/testify v1.10.0
88
go.opentelemetry.io/collector/component v1.37.0
99
go.opentelemetry.io/collector/component/componentstatus v0.131.0
@@ -68,7 +68,7 @@ require (
6868
github.com/prometheus/common v0.65.0 // indirect
6969
github.com/prometheus/procfs v0.17.0 // indirect
7070
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
71-
github.com/spf13/pflag v1.0.6 // indirect
71+
github.com/spf13/pflag v1.0.9 // indirect
7272
github.com/tklauser/go-sysconf v0.3.12 // indirect
7373
github.com/tklauser/numcpus v0.6.1 // indirect
7474
github.com/yusufpapurcu/wmi v1.2.4 // indirect

otelcol/go.sum

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

0 commit comments

Comments
 (0)