Skip to content

Commit 000b093

Browse files
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7111acf commit 000b093

File tree

2 files changed

+5
-739
lines changed

2 files changed

+5
-739
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ require (
88
github.com/mhristof/go-update v0.1.1
99
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1010
github.com/sirupsen/logrus v1.8.1
11-
github.com/spf13/cobra v1.3.0
11+
github.com/spf13/cobra v1.4.0
1212
github.com/stretchr/testify v1.7.0
13+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
1314
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
1415
gopkg.in/yaml.v2 v2.4.0
16+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
1517
)

0 commit comments

Comments
 (0)