Skip to content

Commit 2200253

Browse files
dependabot[bot]ndeloof
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] <[email protected]>
1 parent b66ff0c commit 2200253

File tree

2 files changed

+203
-37
lines changed

2 files changed

+203
-37
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/golang/mock v1.6.0
2020
github.com/hashicorp/go-multierror v1.1.0
2121
github.com/hashicorp/go-version v1.3.0
22-
github.com/mattn/go-isatty v0.0.12
22+
github.com/mattn/go-isatty v0.0.14
2323
github.com/mattn/go-shellwords v1.0.12
2424
github.com/moby/buildkit v0.8.2-0.20210401015549-df49b648c8bf
2525
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
@@ -29,7 +29,7 @@ require (
2929
github.com/pkg/errors v0.9.1
3030
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
3131
github.com/sirupsen/logrus v1.8.1
32-
github.com/spf13/cobra v1.2.1
32+
github.com/spf13/cobra v1.3.0
3333
github.com/spf13/pflag v1.0.5
3434
github.com/stretchr/testify v1.7.0
3535
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
@@ -44,7 +44,7 @@ require (
4444
github.com/Microsoft/hcsshim v0.8.23 // indirect
4545
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
4646
github.com/beorn7/perks v1.0.1 // indirect
47-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
47+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4848
github.com/cnabio/cnab-go v0.10.0-beta1 // indirect
4949
github.com/compose-spec/godotenv v1.1.1 // indirect
5050
github.com/containerd/cgroups v1.0.1 // indirect
@@ -60,9 +60,9 @@ require (
6060
github.com/gofrs/flock v0.8.0 // indirect
6161
github.com/gogo/googleapis v1.4.0 // indirect
6262
github.com/gogo/protobuf v1.3.2 // indirect
63-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
63+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6464
github.com/golang/protobuf v1.5.2 // indirect
65-
github.com/google/go-cmp v0.5.5 // indirect
65+
github.com/google/go-cmp v0.5.6 // indirect
6666
github.com/google/gofuzz v1.1.0 // indirect
6767
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6868
github.com/gorilla/mux v1.8.0 // indirect
@@ -72,21 +72,21 @@ require (
7272
github.com/imdario/mergo v0.3.12 // indirect
7373
github.com/inconshreveable/mousetrap v1.0.0 // indirect
7474
github.com/jaguilar/vt100 v0.0.0-20150826170717-2703a27b14ea // indirect
75-
github.com/json-iterator/go v1.1.11 // indirect
75+
github.com/json-iterator/go v1.1.12 // indirect
7676
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
7777
github.com/klauspost/compress v1.11.13 // indirect
7878
github.com/kr/pty v1.1.8 // indirect
79-
github.com/mattn/go-colorable v0.1.6 // indirect
79+
github.com/mattn/go-colorable v0.1.12 // indirect
8080
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
8181
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
8282
github.com/miekg/pkcs11 v1.0.3 // indirect
83-
github.com/mitchellh/mapstructure v1.4.2 // indirect
83+
github.com/mitchellh/mapstructure v1.4.3 // indirect
8484
github.com/moby/locker v1.0.1 // indirect
8585
github.com/moby/sys/mount v0.2.0 // indirect
8686
github.com/moby/sys/mountinfo v0.4.1 // indirect
8787
github.com/moby/sys/symlink v0.1.0 // indirect
8888
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
89-
github.com/modern-go/reflect2 v1.0.1 // indirect
89+
github.com/modern-go/reflect2 v1.0.2 // indirect
9090
github.com/opencontainers/runc v1.0.2 // indirect
9191
github.com/opentracing/opentracing-go v1.2.0 // indirect
9292
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -104,16 +104,16 @@ require (
104104
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
105105
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
106106
go.opencensus.io v0.23.0 // indirect
107-
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
108-
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
109-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
110-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
107+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
108+
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
109+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
110+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
111111
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
112-
golang.org/x/text v0.3.5 // indirect
112+
golang.org/x/text v0.3.7 // indirect
113113
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
114114
google.golang.org/appengine v1.6.7 // indirect
115-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
116-
google.golang.org/grpc v1.38.0 // indirect
115+
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
116+
google.golang.org/grpc v1.42.0 // indirect
117117
google.golang.org/protobuf v1.27.1 // indirect
118118
gopkg.in/inf.v0 v0.9.1 // indirect
119119
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)