Skip to content

Commit e34a334

Browse files
authored
Merge pull request #45 from Mellanox/dependabot/go_modules/github.com/spf13/cobra-1.10.1
chore: bump github.com/spf13/cobra from 1.9.1 to 1.10.1
2 parents 502da4e + 3275666 commit e34a334

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
@@ -7,7 +7,7 @@ require (
77
github.com/google/renameio/v2 v2.0.0
88
github.com/onsi/ginkgo/v2 v2.25.2
99
github.com/onsi/gomega v1.38.2
10-
github.com/spf13/cobra v1.9.1
10+
github.com/spf13/cobra v1.10.1
1111
github.com/stretchr/testify v1.11.0
1212
k8s.io/component-base v0.27.16
1313
k8s.io/klog/v2 v2.100.1
@@ -35,7 +35,7 @@ require (
3535
github.com/prometheus/common v0.37.0 // indirect
3636
github.com/prometheus/procfs v0.8.0 // indirect
3737
github.com/rogpeppe/go-internal v1.11.0 // indirect
38-
github.com/spf13/pflag v1.0.6 // indirect
38+
github.com/spf13/pflag v1.0.9 // indirect
3939
github.com/stretchr/objx v0.5.2 // indirect
4040
go.uber.org/atomic v1.11.0 // indirect
4141
go.uber.org/automaxprocs v1.6.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
237237
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
238238
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
239239
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
240-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
241-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
242-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
243-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
240+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
241+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
242+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
243+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
244244
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
245245
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
246246
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=

0 commit comments

Comments
 (0)