Skip to content

Commit 6ceb6d8

Browse files
Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (#165)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9430e54 commit 6ceb6d8

File tree

5 files changed

+26
-12
lines changed

5 files changed

+26
-12
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/google/go-containerregistry v0.12.1
1010
github.com/onsi/ginkgo v1.16.5
1111
github.com/onsi/gomega v1.25.0
12-
github.com/spf13/cobra v1.6.0
12+
github.com/spf13/cobra v1.6.1
1313
gopkg.in/yaml.v2 v2.4.0
1414
gopkg.in/yaml.v3 v3.0.1
1515
helm.sh/helm/v3 v3.10.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic
108108
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
109109
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
110110
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
111-
github.com/spf13/cobra v1.6.0 h1:42a0n6jwCot1pUmomAp4T7DeMD+20LFv4Q54pxLf2LI=
112-
github.com/spf13/cobra v1.6.0/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
111+
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
112+
github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
113113
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
114114
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
115115
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

vendor/github.com/spf13/cobra/command.go

+17-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spf13/cobra/user_guide.md

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ github.com/pkg/errors
163163
# github.com/sirupsen/logrus v1.9.0
164164
## explicit; go 1.13
165165
github.com/sirupsen/logrus
166-
# github.com/spf13/cobra v1.6.0
166+
# github.com/spf13/cobra v1.6.1
167167
## explicit; go 1.15
168168
github.com/spf13/cobra
169169
# github.com/spf13/pflag v1.0.5

0 commit comments

Comments
 (0)