File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/onsi/ginkgo/v2 v2.25.3
13
13
github.com/onsi/gomega v1.38.2
14
14
github.com/opencontainers/image-spec v1.1.1
15
- github.com/spf13/cobra v1.9 .1
15
+ github.com/spf13/cobra v1.10 .1
16
16
k8s.io/api v0.33.3
17
17
k8s.io/apimachinery v0.33.3
18
18
k8s.io/client-go v0.33.3
@@ -76,7 +76,7 @@ require (
76
76
github.com/prometheus/common v0.64.0 // indirect
77
77
github.com/prometheus/procfs v0.16.1 // indirect
78
78
github.com/sirupsen/logrus v1.9.3 // indirect
79
- github.com/spf13/pflag v1.0.7 // indirect
79
+ github.com/spf13/pflag v1.0.9 // indirect
80
80
github.com/stmcginnis/gofish v0.20.0 // indirect
81
81
github.com/stoewer/go-strcase v1.3.0 // indirect
82
82
github.com/stretchr/testify v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -168,11 +168,10 @@ github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWN
168
168
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
169
169
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
170
170
github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
171
- github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
172
- github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
173
- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
174
- github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
175
- github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
171
+ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
172
+ github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
173
+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
174
+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
176
175
github.com/stmcginnis/gofish v0.20.0 h1:hH2V2Qe898F2wWT1loApnkDUrXXiLKqbSlMaH3Y1n08 =
177
176
github.com/stmcginnis/gofish v0.20.0 /go.mod h1:PzF5i8ecRG9A2ol8XT64npKUunyraJ+7t0kYMpQAtqU =
178
177
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs =
You can’t perform that action at this time.
0 commit comments