File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -384,8 +384,9 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
384384github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
385385github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
386386github.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 =
388387github.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 =
389390github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs =
390391github.com/stoewer/go-strcase v1.3.0 /go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo =
391392github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ github.com/sirupsen/logrus
359359## explicit; go 1.15
360360github.com/spf13/cobra
361361github.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
364364github.com/spf13/pflag
365365# github.com/stoewer/go-strcase v1.3.0
You can’t perform that action at this time.
0 commit comments