Skip to content

Commit b3c28c2

Browse files
Merge pull request #411 from validatedpatterns/konflux/mintmaker/main/github.com-spf13-pflag-1.x
chore(deps): update module github.com/spf13/pflag to v1.0.10
2 parents 0f5f3ec + 9fc60f4 commit b3c28c2

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
@@ -139,7 +139,7 @@ require (
139139
github.com/skeema/knownhosts v1.3.1 // indirect
140140
github.com/spf13/cast v1.7.1 // indirect
141141
github.com/spf13/cobra v1.9.1 // indirect
142-
github.com/spf13/pflag v1.0.7 // indirect
142+
github.com/spf13/pflag v1.0.10 // indirect
143143
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
144144
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
145145
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cA
386386
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
387387
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
388388
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
389-
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
390-
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
389+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
390+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
391391
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
392392
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
393393
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

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
@@ -699,7 +699,7 @@ github.com/spf13/cast
699699
# github.com/spf13/cobra v1.9.1
700700
## explicit; go 1.15
701701
github.com/spf13/cobra
702-
# github.com/spf13/pflag v1.0.7
702+
# github.com/spf13/pflag v1.0.10
703703
## explicit; go 1.12
704704
github.com/spf13/pflag
705705
# github.com/vmihailenco/go-tinylfu v0.2.2

0 commit comments

Comments
 (0)