Skip to content

Commit 117b5ec

Browse files
build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1343)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44c8000 commit 117b5ec

File tree

2 files changed

+214
-42
lines changed

2 files changed

+214
-42
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ require (
1515
github.com/pingcap/log v0.0.0-20210906054005-afc726e70354 // indirect
1616
github.com/pingcap/parser v0.0.0-20210914110036-002913dd28ec
1717
github.com/pkg/errors v0.9.1 // indirect
18-
github.com/spf13/cobra v1.2.1
18+
github.com/spf13/cobra v1.3.0
1919
github.com/spf13/pflag v1.0.5
2020
go.uber.org/zap v1.19.1 // indirect
21-
golang.org/x/text v0.3.7 // indirect
22-
google.golang.org/protobuf v1.27.1 // indirect
23-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
21+
google.golang.org/protobuf v1.27.1
2422
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2523
)

0 commit comments

Comments
 (0)