Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cobra for better zsh support #4310

Merged
merged 1 commit into from Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/imdario/mergo v0.3.5
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
sigs.k8s.io/kustomize/kyaml v0.13.0
Expand Down
572 changes: 490 additions & 82 deletions api/go.sum

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions cmd/config/go.mod
Expand Up @@ -4,15 +4,11 @@ go 1.16

require (
github.com/go-errors/errors v1.0.1
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/text v0.3.4 // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/inf.v0 v0.9.1
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
Expand Down
566 changes: 481 additions & 85 deletions cmd/config/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cmd/pluginator/go.mod
Expand Up @@ -4,8 +4,8 @@ go 1.16

require (
github.com/rakyll/statik v0.1.7
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
sigs.k8s.io/kustomize/api v0.10.1
sigs.k8s.io/kustomize/kyaml v0.13.0
)
Expand Down
574 changes: 491 additions & 83 deletions cmd/pluginator/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kustomize/go.mod
Expand Up @@ -3,9 +3,9 @@ module sigs.k8s.io/kustomize/kustomize/v4
go 1.16

require (
github.com/google/go-cmp v0.5.2
github.com/google/go-cmp v0.5.5
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
sigs.k8s.io/kustomize/api v0.10.1
Expand Down
565 changes: 480 additions & 85 deletions kustomize/go.sum

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions kyaml/go.mod
Expand Up @@ -5,15 +5,14 @@ go 1.16
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-errors/errors v1.0.1
github.com/google/go-cmp v0.4.0
github.com/google/go-cmp v0.5.5
github.com/mailru/easyjson v0.7.0 // indirect
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.0
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
Expand Down
580 changes: 494 additions & 86 deletions kyaml/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/annotationstransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/configmapgenerator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/hashtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/helmchartinflationgenerator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/iampolicygenerator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/imagetagtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/labeltransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/legacyordertransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/namespacetransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/patchjson6902transformer/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugin/builtin/patchstrategicmergetransformer/go.mod
Expand Up @@ -3,7 +3,7 @@ module sigs.k8s.io/kustomize/plugin/builtin/patchstrategicmergetransformer
go 1.16

require (
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.0
sigs.k8s.io/kustomize/api v0.8.9
sigs.k8s.io/yaml v1.2.0
)
Expand Down
572 changes: 490 additions & 82 deletions plugin/builtin/patchstrategicmergetransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/patchtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/prefixtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/replacementtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/replicacounttransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/secretgenerator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/suffixtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/builtin/valueaddtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/bashedconfigmap/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/calvinduplicator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/dateprefixer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/printpluginenv/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/secretsfromdatabase/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/sedtransformer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/someservicegenerator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/starlarkmixer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/stringprefixer/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/someteam.example.com/v1/validator/go.sum

Large diffs are not rendered by default.

572 changes: 490 additions & 82 deletions plugin/untested/v1/gogetter/go.sum

Large diffs are not rendered by default.