Skip to content

Commit e45e707

Browse files
Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#203)
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 3dc407a commit e45e707

File tree

2 files changed

+162
-50
lines changed

2 files changed

+162
-50
lines changed

go.mod

+9-8
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/fairwindsops/rbac-lookup
33
go 1.17
44

55
require (
6-
github.com/spf13/cobra v1.2.1
6+
github.com/spf13/cobra v1.3.0
77
github.com/stretchr/testify v1.7.0
8-
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
8+
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
99
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
1010
google.golang.org/api v0.63.0
1111
k8s.io/api v0.20.4
@@ -26,27 +26,28 @@ require (
2626
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
2727
github.com/go-logr/logr v0.2.0 // indirect
2828
github.com/gogo/protobuf v1.3.2 // indirect
29-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
29+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3030
github.com/golang/protobuf v1.5.2 // indirect
3131
github.com/google/gofuzz v1.1.0 // indirect
3232
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
3333
github.com/googleapis/gnostic v0.4.1 // indirect
3434
github.com/imdario/mergo v0.3.5 // indirect
3535
github.com/inconshreveable/mousetrap v1.0.0 // indirect
36-
github.com/json-iterator/go v1.1.11 // indirect
36+
github.com/json-iterator/go v1.1.12 // indirect
3737
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
38-
github.com/modern-go/reflect2 v1.0.1 // indirect
38+
github.com/modern-go/reflect2 v1.0.2 // indirect
3939
github.com/pkg/errors v0.9.1 // indirect
4040
github.com/pmezard/go-difflib v1.0.0 // indirect
4141
github.com/spf13/pflag v1.0.5 // indirect
4242
go.opencensus.io v0.23.0 // indirect
43-
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
43+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
4444
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
45-
golang.org/x/text v0.3.6 // indirect
45+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
46+
golang.org/x/text v0.3.7 // indirect
4647
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
4748
google.golang.org/appengine v1.6.7 // indirect
4849
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
49-
google.golang.org/grpc v1.40.1 // indirect
50+
google.golang.org/grpc v1.42.0 // indirect
5051
google.golang.org/protobuf v1.27.1 // indirect
5152
gopkg.in/inf.v0 v0.9.1 // indirect
5253
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)