Skip to content

Commit 28a9dae

Browse files
Merge pull request #348 from shipwright-io/dependabot/go_modules/github.com/spf13/pflag-1.0.10
Bump github.com/spf13/pflag from 1.0.7 to 1.0.10
2 parents 94d979d + 1827ed3 commit 28a9dae

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
@@ -9,7 +9,7 @@ require (
99
github.com/schollz/progressbar/v3 v3.18.0
1010
github.com/shipwright-io/build v0.17.0
1111
github.com/spf13/cobra v1.10.1
12-
github.com/spf13/pflag v1.0.9
12+
github.com/spf13/pflag v1.0.10
1313
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
1414
k8s.io/api v0.33.4
1515
k8s.io/apimachinery v0.33.4

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,9 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
384384
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
385385
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
386386
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
387-
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
388387
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
388+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
389+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
389390
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
390391
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
391392
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
@@ -359,7 +359,7 @@ github.com/sirupsen/logrus
359359
## explicit; go 1.15
360360
github.com/spf13/cobra
361361
github.com/spf13/cobra/doc
362-
# github.com/spf13/pflag v1.0.9
362+
# github.com/spf13/pflag v1.0.10
363363
## explicit; go 1.12
364364
github.com/spf13/pflag
365365
# github.com/stoewer/go-strcase v1.3.0

0 commit comments

Comments
 (0)