@@ -27,14 +27,14 @@ require (
27
27
github.com/spf13/cobra v1.5.0
28
28
github.com/spf13/pflag v1.0.5
29
29
github.com/spf13/viper v1.10.1
30
- github.com/stretchr/testify v1.8.0
31
- golang.org/x/text v0.3.7
30
+ github.com/stretchr/testify v1.8.1
31
+ golang.org/x/text v0.5.0
32
32
gopkg.in/segmentio/analytics-go.v3 v3.1.0
33
33
k8s.io/api v0.24.2
34
34
k8s.io/apimachinery v0.24.2
35
35
k8s.io/client-go v11.0.1-0.20190816222228-6d55c1b1f1ca+incompatible
36
- sigs.k8s.io/kustomize/api v0.11.4
37
- sigs.k8s.io/kustomize/kyaml v0.13.6
36
+ sigs.k8s.io/kustomize/api v0.12.1
37
+ sigs.k8s.io/kustomize/kyaml v0.13.9
38
38
)
39
39
40
40
require (
@@ -55,8 +55,6 @@ require (
55
55
github.com/Microsoft/go-winio v0.5.0 // indirect
56
56
github.com/PagerDuty/go-pagerduty v1.5.0 // indirect
57
57
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
58
- github.com/PuerkitoBio/purell v1.1.1 // indirect
59
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
60
58
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20210112200207-10ab4d695d60 // indirect
61
59
github.com/TomOnTime/utfutil v0.0.0-20180511104225-09c41003ee1d // indirect
62
60
github.com/acomagu/bufpipe v1.0.3 // indirect
@@ -89,19 +87,19 @@ require (
89
87
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
90
88
github.com/fsnotify/fsnotify v1.5.1 // indirect
91
89
github.com/fvbommel/sortorder v1.0.1 // indirect
92
- github.com/go-errors/errors v1.0.1 // indirect
90
+ github.com/go-errors/errors v1.4.2 // indirect
93
91
github.com/go-git/gcfg v1.5.0 // indirect
94
92
github.com/go-logr/logr v1.2.3 // indirect
95
93
github.com/go-logr/stdr v1.2.2 // indirect
96
94
github.com/go-openapi/analysis v0.21.2 // indirect
97
95
github.com/go-openapi/errors v0.20.2 // indirect
98
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
99
- github.com/go-openapi/jsonreference v0.19.6 // indirect
96
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
97
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
100
98
github.com/go-openapi/loads v0.21.0 // indirect
101
99
github.com/go-openapi/runtime v0.21.1 // indirect
102
100
github.com/go-openapi/spec v0.20.4 // indirect
103
101
github.com/go-openapi/strfmt v0.21.1 // indirect
104
- github.com/go-openapi/swag v0.19.15 // indirect
102
+ github.com/go-openapi/swag v0.22.3 // indirect
105
103
github.com/go-openapi/validate v0.20.3 // indirect
106
104
github.com/go-redis/cache/v8 v8.4.2 // indirect
107
105
github.com/go-redis/redis/v8 v8.11.5 // indirect
@@ -197,7 +195,7 @@ require (
197
195
github.com/spf13/afero v1.8.0 // indirect
198
196
github.com/spf13/cast v1.4.1 // indirect
199
197
github.com/spf13/jwalterweatherman v1.1.0 // indirect
200
- github.com/stretchr/objx v0.4 .0 // indirect
198
+ github.com/stretchr/objx v0.5 .0 // indirect
201
199
github.com/subosito/gotenv v1.2.0 // indirect
202
200
github.com/valyala/bytebufferpool v1.0.0 // indirect
203
201
github.com/valyala/fasttemplate v1.2.1 // indirect
@@ -207,7 +205,7 @@ require (
207
205
github.com/whilp/git-urls v0.0.0-20191001220047-6db9661140c0 // indirect
208
206
github.com/xanzy/go-gitlab v0.71.0 // indirect
209
207
github.com/xanzy/ssh-agent v0.3.1 // indirect
210
- github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
208
+ github.com/xlab/treeprint v1.1.0 // indirect
211
209
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
212
210
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
213
211
go.mongodb.org/mongo-driver v1.8.2 // indirect
@@ -217,11 +215,11 @@ require (
217
215
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
218
216
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
219
217
golang.org/x/exp v0.0.0-20220407100705-7b9b53b0aca4 // indirect
220
- golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
218
+ golang.org/x/net v0.4.0 // indirect
221
219
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
222
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
223
- golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
224
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
220
+ golang.org/x/sync v0.1.0 // indirect
221
+ golang.org/x/sys v0.3.0 // indirect
222
+ golang.org/x/term v0.3.0 // indirect
225
223
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
226
224
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 // indirect
227
225
gomodules.xyz/notify v0.1.0 // indirect
@@ -245,14 +243,14 @@ require (
245
243
k8s.io/component-helpers v0.24.2 // indirect
246
244
k8s.io/klog/v2 v2.70.1 // indirect
247
245
k8s.io/kube-aggregator v0.24.2 // indirect
248
- k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
246
+ k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
249
247
k8s.io/kubectl v0.24.2 // indirect
250
248
k8s.io/kubernetes v1.24.2 // indirect
251
249
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
252
250
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427 // indirect
253
251
sigs.k8s.io/controller-runtime v0.12.1 // indirect
254
252
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
255
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
253
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
256
254
sigs.k8s.io/yaml v1.3.0 // indirect
257
255
)
258
256
@@ -296,4 +294,6 @@ replace (
296
294
k8s.io/mount-utils => k8s.io/mount-utils v0.24.2
297
295
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.24.2
298
296
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.24.2
297
+ sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.12.1
298
+ sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.9
299
299
)
0 commit comments