Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit dd82b24

Browse files
dependabot[bot]iv-p
authored andcommitted
Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.2.1...v1.3.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 94ae232 commit dd82b24

File tree

2 files changed

+214
-40
lines changed

2 files changed

+214
-40
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/fatih/color v1.13.0
77
github.com/google/go-jsonnet v0.17.0
8-
github.com/spf13/cobra v1.2.1
8+
github.com/spf13/cobra v1.3.0
99
github.com/tidwall/gjson v1.12.1
1010
go.uber.org/multierr v1.7.0
1111
go.uber.org/zap v1.19.1
@@ -19,7 +19,7 @@ require (
1919
github.com/tidwall/match v1.1.1 // indirect
2020
github.com/tidwall/pretty v1.2.0 // indirect
2121
go.uber.org/atomic v1.9.0 // indirect
22-
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
22+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
2323
)
2424

2525
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43

0 commit comments

Comments
 (0)