55require (
66 github.com/AlecAivazis/survey/v2 v2.3.6
77 github.com/Masterminds/semver/v3 v3.2.0
8- github.com/ProtonMail/gopenpgp/v2 v2.5.0
8+ github.com/ProtonMail/gopenpgp/v2 v2.5.2
99 github.com/aymerick/raymond v2.0.2+incompatible
1010 github.com/boumenot/gocover-cobertura v1.2.0
1111 github.com/cespare/xxhash/v2 v2.2.0
@@ -14,10 +14,10 @@ require (
1414 github.com/elastic/go-licenser v0.4.1
1515 github.com/elastic/go-resource v0.1.1
1616 github.com/elastic/go-ucfg v0.8.6
17- github.com/elastic/package-spec/v2 v2.2 .0
18- github.com/fatih/color v1.13.0
19- github.com/go-git/go-billy/v5 v5.3.1
20- github.com/go-git/go-git/v5 v5.5.1
17+ github.com/elastic/package-spec/v2 v2.5 .0
18+ github.com/fatih/color v1.14.1
19+ github.com/go-git/go-billy/v5 v5.4.0
20+ github.com/go-git/go-git/v5 v5.5.2
2121 github.com/google/go-cmp v0.5.9
2222 github.com/google/go-github/v32 v32.1.0
2323 github.com/google/go-querystring v1.1.0
@@ -27,28 +27,28 @@ require (
2727 github.com/olekukonko/tablewriter v0.0.5
2828 github.com/pkg/errors v0.9.1
2929 github.com/pmezard/go-difflib v1.0.0
30- github.com/shirou/gopsutil/v3 v3.22.11
30+ github.com/shirou/gopsutil/v3 v3.23.1
3131 github.com/spf13/cobra v1.6.1
3232 github.com/stretchr/testify v1.8.1
33- golang.org/x/oauth2 v0.3 .0
34- golang.org/x/tools v0.4 .0
33+ golang.org/x/oauth2 v0.4 .0
34+ golang.org/x/tools v0.5 .0
3535 gopkg.in/yaml.v3 v3.0.1
36- gotest.tools/gotestsum v1.8.2
37- helm.sh/helm/v3 v3.10.3
36+ gotest.tools/gotestsum v1.9.0
37+ helm.sh/helm/v3 v3.11.0
3838 honnef.co/go/tools v0.3.3
39- k8s.io/apimachinery v0.26.0
40- k8s.io/cli-runtime v0.26.0
41- k8s.io/client-go v0.26.0
39+ k8s.io/apimachinery v0.26.1
40+ k8s.io/cli-runtime v0.26.1
41+ k8s.io/client-go v0.26.1
4242)
4343
4444require (
4545 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
46- github.com/BurntSushi/toml v1.1.0 // indirect
46+ github.com/BurntSushi/toml v1.2.1 // indirect
4747 github.com/MakeNowJust/heredoc v1.0.0 // indirect
4848 github.com/Microsoft/go-winio v0.6.0 // indirect
4949 github.com/PaesslerAG/gval v1.2.1 // indirect
5050 github.com/PaesslerAG/jsonpath v0.1.1 // indirect
51- github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
51+ github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b // indirect
5252 github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
5353 github.com/acomagu/bufpipe v1.0.3 // indirect
5454 github.com/andybalholm/brotli v1.0.4 // indirect
@@ -107,7 +107,7 @@ require (
107107 github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
108108 github.com/mailru/easyjson v0.7.7 // indirect
109109 github.com/mattn/go-colorable v0.1.13 // indirect
110- github.com/mattn/go-isatty v0.0.16 // indirect
110+ github.com/mattn/go-isatty v0.0.17 // indirect
111111 github.com/mattn/go-runewidth v0.0.14 // indirect
112112 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
113113 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -140,27 +140,24 @@ require (
140140 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
141141 github.com/xlab/treeprint v1.1.0 // indirect
142142 github.com/yusufpapurcu/wmi v1.2.2 // indirect
143- go.etcd.io/etcd/api/v3 v3.5.6 // indirect
144143 go.mongodb.org/mongo-driver v1.11.1 // indirect
145144 go.starlark.net v0.0.0-20221205180719-3fd0dac74452 // indirect
146- golang.org/x/crypto v0.4 .0 // indirect
145+ golang.org/x/crypto v0.5 .0 // indirect
147146 golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
148147 golang.org/x/mod v0.7.0 // indirect
149- golang.org/x/net v0.4 .0 // indirect
148+ golang.org/x/net v0.5 .0 // indirect
150149 golang.org/x/sync v0.1.0 // indirect
151- golang.org/x/sys v0.3 .0 // indirect
152- golang.org/x/term v0.3 .0 // indirect
153- golang.org/x/text v0.5 .0 // indirect
150+ golang.org/x/sys v0.4 .0 // indirect
151+ golang.org/x/term v0.4 .0 // indirect
152+ golang.org/x/text v0.6 .0 // indirect
154153 golang.org/x/time v0.3.0 // indirect
155154 google.golang.org/appengine v1.6.7 // indirect
156- google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
157- google.golang.org/grpc v1.51.0 // indirect
158155 google.golang.org/protobuf v1.28.1 // indirect
159156 gopkg.in/inf.v0 v0.9.1 // indirect
160157 gopkg.in/warnings.v0 v0.1.2 // indirect
161158 gopkg.in/yaml.v2 v2.4.0 // indirect
162159 gotest.tools/v3 v3.4.0 // indirect
163- k8s.io/api v0.26.0 // indirect
160+ k8s.io/api v0.26.1 // indirect
164161 k8s.io/apiextensions-apiserver v0.26.0 // indirect
165162 k8s.io/component-base v0.26.0 // indirect
166163 k8s.io/klog/v2 v2.80.1 // indirect
0 commit comments