Skip to content

Commit

Permalink
Update module github.com/spf13/cobra to v1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Feb 28, 2021
1 parent cb0b548 commit 0470ef1
Show file tree
Hide file tree
Showing 139 changed files with 6,486 additions and 1,631 deletions.
5 changes: 1 addition & 4 deletions go.mod
Expand Up @@ -8,7 +8,6 @@ require (
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/gobuffalo/packr v1.30.1
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
Expand All @@ -17,13 +16,11 @@ require (
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.2 // indirect
github.com/pelletier/go-toml v1.5.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.1.3
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191011234655-491137f69257 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.0.0-20190322104434-6d73c65dcf6c // indirect
Expand Down
150 changes: 150 additions & 0 deletions go.sum

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions vendor/github.com/spf13/cobra/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions vendor/github.com/spf13/cobra/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions vendor/github.com/spf13/cobra/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/spf13/cobra/CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions vendor/github.com/spf13/cobra/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions vendor/github.com/spf13/cobra/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0470ef1

Please sign in to comment.