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 @@ -8,7 +8,7 @@ require (
88 github.com/onsi/ginkgo/v2 v2.22.2
99 github.com/onsi/gomega v1.36.2
1010 github.com/spf13/cobra v1.10.1
11- github.com/spf13/pflag v1.0.9
11+ github.com/spf13/pflag v1.0.10
1212 gopkg.in/yaml.v2 v2.4.0
1313 k8s.io/api v0.26.4
1414 k8s.io/apimachinery v0.26.4
Original file line number Diff line number Diff line change @@ -327,8 +327,9 @@ github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE
327327github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
328328github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
329329github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
330- github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
331330github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
331+ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
332+ github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
332333github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU =
333334github.com/stoewer/go-strcase v1.2.0 /go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8 =
334335github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ github.com/prometheus/procfs/internal/util
250250# github.com/spf13/cobra v1.10.1
251251## explicit; go 1.15
252252github.com/spf13/cobra
253- # github.com/spf13/pflag v1.0.9
253+ # github.com/spf13/pflag v1.0.10
254254## explicit; go 1.12
255255github.com/spf13/pflag
256256# github.com/stoewer/go-strcase v1.2.0
You can’t perform that action at this time.
0 commit comments