Skip to content

Commit c893a8e

Browse files
authored
Merge pull request #2764 from kubernetes/dependabot/go_modules/github.com/spf13/cobra-1.10.1
build(deps): Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
2 parents e029164 + 0989025 commit c893a8e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/prometheus/common v0.65.0
1717
github.com/prometheus/exporter-toolkit v0.14.0
1818
github.com/robfig/cron/v3 v3.0.1
19-
github.com/spf13/cobra v1.9.1
19+
github.com/spf13/cobra v1.10.1
2020
github.com/spf13/viper v1.20.1
2121
github.com/stretchr/testify v1.11.1
2222
k8s.io/api v0.33.4
@@ -194,7 +194,7 @@ require (
194194
github.com/sourcegraph/conc v0.3.0 // indirect
195195
github.com/spf13/afero v1.12.0 // indirect
196196
github.com/spf13/cast v1.7.1 // indirect
197-
github.com/spf13/pflag v1.0.6 // indirect
197+
github.com/spf13/pflag v1.0.9 // indirect
198198
github.com/stoewer/go-strcase v1.3.0 // indirect
199199
github.com/subosito/gotenv v1.6.0 // indirect
200200
github.com/ugorji/go/codec v1.2.12 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,10 @@ github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
613613
github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
614614
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
615615
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
616-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
617-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
618-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
619-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
616+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
617+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
618+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
619+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
620620
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
621621
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
622622
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=

0 commit comments

Comments
 (0)