5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
7
7
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
9
9
github.com/aymerick/raymond v2.0.2+incompatible
10
10
github.com/boumenot/gocover-cobertura v1.2.0
11
11
github.com/cespare/xxhash/v2 v2.2.0
@@ -14,10 +14,10 @@ require (
14
14
github.com/elastic/go-licenser v0.4.1
15
15
github.com/elastic/go-resource v0.1.1
16
16
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
21
21
github.com/google/go-cmp v0.5.9
22
22
github.com/google/go-github/v32 v32.1.0
23
23
github.com/google/go-querystring v1.1.0
@@ -27,28 +27,28 @@ require (
27
27
github.com/olekukonko/tablewriter v0.0.5
28
28
github.com/pkg/errors v0.9.1
29
29
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
31
31
github.com/spf13/cobra v1.6.1
32
32
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
35
35
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
38
38
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
42
42
)
43
43
44
44
require (
45
45
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
47
47
github.com/MakeNowJust/heredoc v1.0.0 // indirect
48
48
github.com/Microsoft/go-winio v0.6.0 // indirect
49
49
github.com/PaesslerAG/gval v1.2.1 // indirect
50
50
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
52
52
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
53
53
github.com/acomagu/bufpipe v1.0.3 // indirect
54
54
github.com/andybalholm/brotli v1.0.4 // indirect
@@ -107,7 +107,7 @@ require (
107
107
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
108
108
github.com/mailru/easyjson v0.7.7 // indirect
109
109
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
111
111
github.com/mattn/go-runewidth v0.0.14 // indirect
112
112
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
113
113
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -140,27 +140,24 @@ require (
140
140
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
141
141
github.com/xlab/treeprint v1.1.0 // indirect
142
142
github.com/yusufpapurcu/wmi v1.2.2 // indirect
143
- go.etcd.io/etcd/api/v3 v3.5.6 // indirect
144
143
go.mongodb.org/mongo-driver v1.11.1 // indirect
145
144
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
147
146
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
148
147
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
150
149
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
154
153
golang.org/x/time v0.3.0 // indirect
155
154
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
158
155
google.golang.org/protobuf v1.28.1 // indirect
159
156
gopkg.in/inf.v0 v0.9.1 // indirect
160
157
gopkg.in/warnings.v0 v0.1.2 // indirect
161
158
gopkg.in/yaml.v2 v2.4.0 // indirect
162
159
gotest.tools/v3 v3.4.0 // indirect
163
- k8s.io/api v0.26.0 // indirect
160
+ k8s.io/api v0.26.1 // indirect
164
161
k8s.io/apiextensions-apiserver v0.26.0 // indirect
165
162
k8s.io/component-base v0.26.0 // indirect
166
163
k8s.io/klog/v2 v2.80.1 // indirect
0 commit comments