File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
31
31
github.com/seccomp/libseccomp-golang v0.11.1
32
32
github.com/sirupsen/logrus v1.9.3
33
33
github.com/spf13/cobra v1.10.1
34
- github.com/spf13/pflag v1.0.9
34
+ github.com/spf13/pflag v1.0.10
35
35
github.com/stretchr/testify v1.11.1
36
36
go.etcd.io/bbolt v1.4.3
37
37
go.podman.io/common v0.0.0-20250826054041-6e4bed3c9118
Original file line number Diff line number Diff line change @@ -260,8 +260,9 @@ github.com/smallstep/pkcs7 v0.1.1 h1:x+rPdt2W088V9Vkjho4KtoggyktZJlMduZAtRHm68LU
260
260
github.com/smallstep/pkcs7 v0.1.1 /go.mod h1:dL6j5AIz9GHjVEBTXtW+QliALcgM19RtXaTeyxI+AfA =
261
261
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
262
262
github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
263
- github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
264
263
github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
264
+ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
265
+ github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
265
266
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 h1:pnnLyeX7o/5aX8qUQ69P/mLojDqwda8hFOCBTmP/6hw =
266
267
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 /go.mod h1:39R/xuhNgVhi+K0/zst4TLrJrVmbm6LVgl4A0+ZFS5M =
267
268
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ github.com/smallstep/pkcs7/internal/legacy/x509
385
385
# github.com/spf13/cobra v1.10.1
386
386
## explicit; go 1.15
387
387
github.com/spf13/cobra
388
- # github.com/spf13/pflag v1.0.9
388
+ # github.com/spf13/pflag v1.0.10
389
389
## explicit; go 1.12
390
390
github.com/spf13/pflag
391
391
# github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6
You can’t perform that action at this time.
0 commit comments