Skip to content

Commit

Permalink
vendor: github.com/spf13/cobra v1.8.0
Browse files Browse the repository at this point in the history
full diff: spf13/cobra@v1.7.0...v1.8.0

Signed-off-by: Sebastiaan van Stijn <[email protected]>
thaJeztah committed Dec 1, 2023
1 parent bb99b3f commit 028ed1b
Showing 22 changed files with 188 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion vendor.mod
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/rootless-containers/rootlesskit v1.1.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/tonistiigi/go-archvariant v1.0.0
github.com/vbatts/tar-split v0.11.3
5 changes: 3 additions & 2 deletions vendor.sum
Original file line number Diff line number Diff line change
@@ -369,6 +369,7 @@ github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwc
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/tar2go v0.3.1 h1:DMWlaIyoh9FBWR4hyfZSOEDA7z8rmCiGF1IJIzlTlR8=
github.com/cpuguy83/tar2go v0.3.1/go.mod h1:2Ys2/Hu+iPHQRa4DjIVJ7UAaKnDhAhNACeK3A0Rr5rM=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
@@ -1176,8 +1177,8 @@ github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3
github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo=
github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=
github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0=
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
8 changes: 4 additions & 4 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.

8 changes: 4 additions & 4 deletions vendor/github.com/spf13/cobra/README.md

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

10 changes: 7 additions & 3 deletions vendor/github.com/spf13/cobra/active_help.go

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

157 changes: 0 additions & 157 deletions vendor/github.com/spf13/cobra/active_help.md

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/bash_completions.go

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

93 changes: 0 additions & 93 deletions vendor/github.com/spf13/cobra/bash_completions.md

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/bash_completionsV2.go

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

13 changes: 9 additions & 4 deletions vendor/github.com/spf13/cobra/cobra.go
69 changes: 60 additions & 9 deletions vendor/github.com/spf13/cobra/command.go
29 changes: 26 additions & 3 deletions vendor/github.com/spf13/cobra/completions.go
2 changes: 1 addition & 1 deletion vendor/github.com/spf13/cobra/fish_completions.go
4 changes: 0 additions & 4 deletions vendor/github.com/spf13/cobra/fish_completions.md

This file was deleted.

68 changes: 67 additions & 1 deletion vendor/github.com/spf13/cobra/flag_groups.go
6 changes: 3 additions & 3 deletions vendor/github.com/spf13/cobra/powershell_completions.go
3 changes: 0 additions & 3 deletions vendor/github.com/spf13/cobra/powershell_completions.md

This file was deleted.

64 changes: 0 additions & 64 deletions vendor/github.com/spf13/cobra/projects_using_cobra.md

This file was deleted.

576 changes: 0 additions & 576 deletions vendor/github.com/spf13/cobra/shell_completions.md

This file was deleted.

726 changes: 0 additions & 726 deletions vendor/github.com/spf13/cobra/user_guide.md

This file was deleted.

48 changes: 0 additions & 48 deletions vendor/github.com/spf13/cobra/zsh_completions.md

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1028,7 +1028,7 @@ github.com/spdx/tools-golang/spdx/v2/common
github.com/spdx/tools-golang/spdx/v2/v2_1
github.com/spdx/tools-golang/spdx/v2/v2_2
github.com/spdx/tools-golang/spdx/v2/v2_3
# github.com/spf13/cobra v1.7.0
# github.com/spf13/cobra v1.8.0
## explicit; go 1.15
github.com/spf13/cobra
# github.com/spf13/pflag v1.0.5

0 comments on commit 028ed1b

Please sign in to comment.