Skip to content

Commit c6467c1

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 4466ba3 commit c6467c1

File tree

2 files changed

+91
-19
lines changed

2 files changed

+91
-19
lines changed

Diff for: go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ require (
7676
github.com/sergi/go-diff v1.2.0
7777
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
7878
github.com/spf13/afero v1.6.0
79-
github.com/spf13/cobra v1.2.1
79+
github.com/spf13/cobra v1.3.0
8080
github.com/spf13/pflag v1.0.5
81-
github.com/spf13/viper v1.9.0
81+
github.com/spf13/viper v1.10.0
8282
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
8383
github.com/tj/assert v0.0.0-20171129193455-018094318fb0
8484
github.com/vmware-tanzu/carvel-kapp-controller v0.25.0
@@ -89,11 +89,11 @@ require (
8989
go.uber.org/multierr v1.6.0
9090
golang.org/x/mod v0.5.1
9191
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3
92-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
92+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
9393
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
9494
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
95-
google.golang.org/api v0.56.0
96-
google.golang.org/grpc v1.41.0
95+
google.golang.org/api v0.62.0
96+
google.golang.org/grpc v1.42.0
9797
gopkg.in/yaml.v2 v2.4.0
9898
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
9999
k8s.io/api v0.22.2

0 commit comments

Comments
 (0)