Skip to content

Commit 0ac7ea6

Browse files
Bump github.com/spf13/cobra from 1.1.1 to 1.2.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.1.1...v1.2.1) --- 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 7374379 commit 0ac7ea6

File tree

2 files changed

+281
-45
lines changed

2 files changed

+281
-45
lines changed

go.mod

+1-16
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,24 @@ require (
1717
github.com/gliderlabs/ssh v0.3.1 // indirect
1818
github.com/go-git/go-git/v5 v5.4.2
1919
github.com/golang/gddo v0.0.0-20201207183808-b853219a4332 // indirect
20-
github.com/golang/protobuf v1.4.3 // indirect
21-
github.com/google/go-cmp v0.5.4 // indirect
2220
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
2321
github.com/h2non/filetype v1.1.0 // indirect
2422
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
25-
github.com/magiconair/properties v1.8.4 // indirect
26-
github.com/mitchellh/mapstructure v1.4.0 // indirect
2723
github.com/olekukonko/tablewriter v0.0.5
2824
github.com/ory/go-acc v0.2.6 // indirect
2925
github.com/ory/herodot v0.9.1 // indirect
3026
github.com/ory/jsonschema/v3 v3.0.1
3127
github.com/ory/x v0.0.168 // indirect
3228
github.com/pborman/uuid v1.2.1 // indirect
33-
github.com/pelletier/go-toml v1.8.1 // indirect
3429
github.com/sirupsen/logrus v1.8.1
3530
github.com/smartystreets/assertions v1.2.0 // indirect
3631
github.com/spaolacci/murmur3 v1.1.0 // indirect
37-
github.com/spf13/afero v1.5.1 // indirect
38-
github.com/spf13/cobra v1.1.1
32+
github.com/spf13/cobra v1.2.1
3933
github.com/spf13/pflag v1.0.5
40-
github.com/spf13/viper v1.7.1 // indirect
4134
github.com/stretchr/testify v1.7.0
4235
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
4336
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
4437
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
4538
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.14.0 // indirect
46-
golang.org/x/mod v0.4.2 // indirect
4739
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
48-
golang.org/x/text v0.3.4 // indirect
49-
golang.org/x/tools v0.0.0-20201211192254-72fbef54948b // indirect
50-
google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc // indirect
51-
google.golang.org/grpc v1.34.0 // indirect
52-
gopkg.in/ini.v1 v1.62.0 // indirect
53-
gopkg.in/yaml.v2 v2.4.0 // indirect
54-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
5540
)

0 commit comments

Comments
 (0)