Skip to content

Commit 7039f06

Browse files
authoredMar 10, 2025··
Merge pull request #1020 from kubernetes/dependabot/go_modules/test/github.com/spf13/pflag-1.0.6
chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /test
2 parents 7ea5510 + c5f6fbc commit 7039f06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/onsi/ginkgo v1.16.5
1010
github.com/onsi/gomega v1.31.1
1111
github.com/pborman/uuid v1.2.1
12-
github.com/spf13/pflag v1.0.5
12+
github.com/spf13/pflag v1.0.6
1313
golang.org/x/crypto v0.25.0
1414
golang.org/x/oauth2 v0.22.0
1515
google.golang.org/api v0.192.0

‎test/go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,9 @@ github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzu
714714
github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
715715
github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
716716
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
717-
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
718717
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
718+
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
719+
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
719720
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
720721
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
721722
github.com/spf13/viper v1.6.2/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfDi5k=

0 commit comments

Comments
 (0)
Please sign in to comment.