Skip to content

Commit

Permalink
Merge pull request #451 from vmware-tanzu/dependabot/go_modules/githu…
Browse files Browse the repository at this point in the history
…b.com/spf13/cobra-1.2.1

Add shell completion via "completion" command (was: Build(deps): Bump github.com/spf13/cobra from 1.1.3 to 1.2.1)
  • Loading branch information
pivotaljohn authored Aug 30, 2021
2 parents e0cbac3 + 229a94b commit bd77ace
Show file tree
Hide file tree
Showing 23 changed files with 2,198 additions and 1,047 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/hashicorp/go-version v1.3.0
github.com/k14s/difflib v0.0.0-20201117154628-0c031775bf57
github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
)
415 changes: 336 additions & 79 deletions go.sum

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions vendor/github.com/spf13/cobra/.travis.yml

This file was deleted.

Loading

0 comments on commit bd77ace

Please sign in to comment.