Skip to content

Commit 15270b9

Browse files
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 ff97110 commit 15270b9

File tree

2 files changed

+185
-37
lines changed

2 files changed

+185
-37
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ require (
1717
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
1818
github.com/gliderlabs/ssh v0.3.1 // indirect
1919
github.com/go-git/go-git/v5 v5.4.2
20-
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
2120
github.com/h2non/filetype v1.1.0 // indirect
2221
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
2322
github.com/olekukonko/tablewriter v0.0.5
2423
github.com/ory/jsonschema/v3 v3.0.4
2524
github.com/sirupsen/logrus v1.8.1
26-
github.com/smartystreets/assertions v1.2.0 // indirect
2725
github.com/spaolacci/murmur3 v1.1.0 // indirect
28-
github.com/spf13/cobra v1.2.1
26+
github.com/spf13/cobra v1.3.0
2927
github.com/spf13/pflag v1.0.5
3028
github.com/stretchr/testify v1.7.0
3129
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb

0 commit comments

Comments
 (0)