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 @@ -24,7 +24,7 @@ require (
24
24
github.com/operator-framework/operator-registry v1.57.0
25
25
github.com/prometheus/client_golang v1.23.0
26
26
github.com/prometheus/common v0.65.0
27
- github.com/spf13/cobra v1.9 .1
27
+ github.com/spf13/cobra v1.10 .1
28
28
github.com/stretchr/testify v1.11.1
29
29
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
30
30
golang.org/x/mod v0.27.0
@@ -191,7 +191,7 @@ require (
191
191
github.com/sirupsen/logrus v1.9.3 // indirect
192
192
github.com/smallstep/pkcs7 v0.2.1 // indirect
193
193
github.com/spf13/cast v1.7.1 // indirect
194
- github.com/spf13/pflag v1.0.7 // indirect
194
+ github.com/spf13/pflag v1.0.9 // indirect
195
195
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
196
196
github.com/stoewer/go-strcase v1.3.1 // indirect
197
197
github.com/stretchr/objx v0.5.2 // indirect
Original file line number Diff line number Diff line change @@ -443,11 +443,10 @@ github.com/smallstep/pkcs7 v0.2.1 h1:6Kfzr/QizdIuB6LSv8y1LJdZ3aPSfTNhTLqAx9CTLfA
443
443
github.com/smallstep/pkcs7 v0.2.1 /go.mod h1:RcXHsMfL+BzH8tRhmrF1NkkpebKpq3JEM66cOFxanf0 =
444
444
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y =
445
445
github.com/spf13/cast v1.7.1 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
446
- github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
447
- github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
448
- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
449
- github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
450
- github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
446
+ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
447
+ github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
448
+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
449
+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
451
450
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 h1:pnnLyeX7o/5aX8qUQ69P/mLojDqwda8hFOCBTmP/6hw =
452
451
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 /go.mod h1:39R/xuhNgVhi+K0/zst4TLrJrVmbm6LVgl4A0+ZFS5M =
453
452
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs =
You can’t perform that action at this time.
0 commit comments