Skip to content

Commit 6cbd764

Browse files
Bump github.com/spf13/cobra from 0.0.7 to 1.2.1 (#199)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.7 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@0.0.7...v1.2.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ca2c6a commit 6cbd764

File tree

2 files changed

+91
-83
lines changed

2 files changed

+91
-83
lines changed

go.mod

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

55
require (
6-
github.com/spf13/cobra v0.0.7
6+
github.com/spf13/cobra v1.2.1
77
github.com/stretchr/testify v1.7.0
88
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
99
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
@@ -25,15 +25,15 @@ require (
2525
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
2626
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
2727
github.com/go-logr/logr v0.2.0 // indirect
28-
github.com/gogo/protobuf v1.3.1 // indirect
28+
github.com/gogo/protobuf v1.3.2 // indirect
2929
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // 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.10 // indirect
36+
github.com/json-iterator/go v1.1.11 // indirect
3737
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3838
github.com/modern-go/reflect2 v1.0.1 // indirect
3939
github.com/pkg/errors v0.9.1 // indirect
@@ -49,8 +49,8 @@ require (
4949
google.golang.org/grpc v1.40.0 // indirect
5050
google.golang.org/protobuf v1.27.1 // indirect
5151
gopkg.in/inf.v0 v0.9.1 // indirect
52-
gopkg.in/yaml.v2 v2.2.8 // indirect
53-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
52+
gopkg.in/yaml.v2 v2.4.0 // indirect
53+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
5454
k8s.io/klog/v2 v2.4.0 // indirect
5555
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect
5656
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect

0 commit comments

Comments
 (0)