Skip to content

Commit 8ef0ebd

Browse files
committed
Update cobra to 1.3.0
This version includes spf13/cobra#1161 which fixes an issue where completion options are not offered for plugin flags. Signed-off-by: Scott Andrews <[email protected]>
1 parent 2b3c557 commit 8ef0ebd

File tree

5 files changed

+180
-33
lines changed

5 files changed

+180
-33
lines changed

Diff for: addons/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
)
2727

2828
require (
29-
cloud.google.com/go v0.93.3 // indirect
29+
cloud.google.com/go v0.99.0 // indirect
3030
github.com/beorn7/perks v1.0.1 // indirect
3131
github.com/blang/semver v3.5.1+incompatible // indirect
3232
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -61,8 +61,8 @@ require (
6161
go.uber.org/multierr v1.6.0 // indirect
6262
go.uber.org/zap v1.19.0 // indirect
6363
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 // indirect
64-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
65-
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
64+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
65+
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
6666
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
6767
golang.org/x/text v0.3.7 // indirect
6868
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect

0 commit comments

Comments
 (0)