Skip to content

Commit 2d867c8

Browse files
authored
Merge pull request #1639 from kubean-io/dependabot/go_modules/github.com/spf13/pflag-1.0.10
Bump github.com/spf13/pflag from 1.0.9 to 1.0.10
2 parents a8d86e7 + 00a2d5c commit 2d867c8

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,9 @@ github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE
327327
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
328328
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
329329
github.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=
331330
github.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=
332333
github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=
333334
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
334335
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

vendor/github.com/spf13/pflag/flag.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
252252
github.com/spf13/cobra
253-
# github.com/spf13/pflag v1.0.9
253+
# github.com/spf13/pflag v1.0.10
254254
## explicit; go 1.12
255255
github.com/spf13/pflag
256256
# github.com/stoewer/go-strcase v1.2.0

0 commit comments

Comments
 (0)