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 @@ -60,7 +60,7 @@ require (
60
60
github.com/shirou/gopsutil/v4 v4.25.8
61
61
github.com/sirupsen/logrus v1.9.3
62
62
github.com/spf13/cobra v1.10.1
63
- github.com/spf13/pflag v1.0.9
63
+ github.com/spf13/pflag v1.0.10
64
64
github.com/stretchr/testify v1.11.1
65
65
github.com/vbauerster/mpb/v8 v8.10.2
66
66
github.com/vishvananda/netlink v1.3.1
Original file line number Diff line number Diff line change @@ -365,8 +365,9 @@ github.com/smallstep/pkcs7 v0.1.1 h1:x+rPdt2W088V9Vkjho4KtoggyktZJlMduZAtRHm68LU
365
365
github.com/smallstep/pkcs7 v0.1.1 /go.mod h1:dL6j5AIz9GHjVEBTXtW+QliALcgM19RtXaTeyxI+AfA =
366
366
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
367
367
github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
368
- github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
369
368
github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
369
+ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
370
+ github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
370
371
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 h1:pnnLyeX7o/5aX8qUQ69P/mLojDqwda8hFOCBTmP/6hw =
371
372
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 /go.mod h1:39R/xuhNgVhi+K0/zst4TLrJrVmbm6LVgl4A0+ZFS5M =
372
373
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ github.com/smallstep/pkcs7/internal/legacy/x509
648
648
# github.com/spf13/cobra v1.10.1
649
649
## explicit; go 1.15
650
650
github.com/spf13/cobra
651
- # github.com/spf13/pflag v1.0.9
651
+ # github.com/spf13/pflag v1.0.10
652
652
## explicit; go 1.12
653
653
github.com/spf13/pflag
654
654
# github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6
You can’t perform that action at this time.
0 commit comments