Skip to content

Commit ae423ba

Browse files
authored
Merge pull request #1115 from kubernetes/dependabot/go_modules/github.com/spf13/pflag-1.0.10
chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
2 parents 1f8710b + 32578b2 commit ae423ba

File tree

7 files changed

+82
-14
lines changed

7 files changed

+82
-14
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/prometheus/common v0.65.0
1616
github.com/prometheus/procfs v0.17.0
1717
github.com/shirou/gopsutil/v4 v4.25.8
18-
github.com/spf13/pflag v1.0.7
18+
github.com/spf13/pflag v1.0.10
1919
github.com/stretchr/testify v1.11.1
2020
go.opencensus.io v0.24.0
2121
golang.org/x/sys v0.35.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,8 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd
10581058
github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
10591059
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
10601060
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1061-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
1062-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1061+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
1062+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
10631063
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
10641064
github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
10651065
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8=

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

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

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

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

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

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 7 additions & 1 deletion
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
@@ -311,7 +311,7 @@ github.com/shirou/gopsutil/v4/load
311311
github.com/shirou/gopsutil/v4/mem
312312
github.com/shirou/gopsutil/v4/net
313313
github.com/shirou/gopsutil/v4/process
314-
# github.com/spf13/pflag v1.0.7
314+
# github.com/spf13/pflag v1.0.10
315315
## explicit; go 1.12
316316
github.com/spf13/pflag
317317
# github.com/stretchr/testify v1.11.1

0 commit comments

Comments
 (0)