Skip to content

Commit

Permalink
Update cobra to 1.3.0
Browse files Browse the repository at this point in the history
This version includes spf13/cobra#1161 which
fixes an issue where completion options are not offered for plugin
flags.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed Dec 14, 2021
1 parent 4466ba3 commit c6467c1
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 19 deletions.
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -76,9 +76,9 @@ require (
github.com/sergi/go-diff v1.2.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/spf13/viper v1.10.0
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/tj/assert v0.0.0-20171129193455-018094318fb0
github.com/vmware-tanzu/carvel-kapp-controller v0.25.0
Expand All @@ -89,11 +89,11 @@ require (
go.uber.org/multierr v1.6.0
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20211005215030-d2e5035098b3
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/api v0.56.0
google.golang.org/grpc v1.41.0
google.golang.org/api v0.62.0
google.golang.org/grpc v1.42.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.22.2
Expand Down

0 comments on commit c6467c1

Please sign in to comment.