@@ -7,21 +7,21 @@ require (
7
7
github.com/google/uuid v1.3.0
8
8
github.com/onsi/ginkgo/v2 v2.1.3
9
9
github.com/onsi/gomega v1.17.0
10
- github.com/spf13/cobra v1.3 .0
10
+ github.com/spf13/cobra v1.4 .0
11
11
github.com/spyzhov/ajson v0.4.2
12
12
github.com/stretchr/testify v1.7.0
13
13
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
14
- k8s.io/api v0.23.2
15
- k8s.io/apiextensions-apiserver v0.23.2
16
- k8s.io/apimachinery v0.23.2
17
- k8s.io/cli-runtime v0.23.2
18
- k8s.io/client-go v0.23.2
19
- k8s.io/component-base v0.23.2
20
- k8s.io/klog/v2 v2.30.0
21
- k8s.io/kubectl v0.23.2
22
- k8s.io/utils v0.0.0-20211208161948-7d6a63dca704
14
+ k8s.io/api v0.24.0
15
+ k8s.io/apiextensions-apiserver v0.24.0
16
+ k8s.io/apimachinery v0.24.0
17
+ k8s.io/cli-runtime v0.24.0
18
+ k8s.io/client-go v0.24.0
19
+ k8s.io/component-base v0.24.0
20
+ k8s.io/klog/v2 v2.60.1
21
+ k8s.io/kubectl v0.24.0
22
+ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
23
23
sigs.k8s.io/controller-runtime v0.11.0
24
- sigs.k8s.io/kustomize/kyaml v0.13.0
24
+ sigs.k8s.io/kustomize/kyaml v0.13.6
25
25
sigs.k8s.io/yaml v1.3.0
26
26
)
27
27
@@ -41,8 +41,10 @@ require (
41
41
github.com/cespare/xxhash/v2 v2.1.2 // indirect
42
42
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
43
43
github.com/davecgh/go-spew v1.1.1 // indirect
44
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
44
45
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
45
46
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
47
+ github.com/fatih/camelcase v1.0.0 // indirect
46
48
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
47
49
github.com/fsnotify/fsnotify v1.5.1 // indirect
48
50
github.com/fvbommel/sortorder v1.0.1 // indirect
@@ -55,9 +57,9 @@ require (
55
57
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56
58
github.com/golang/protobuf v1.5.2 // indirect
57
59
github.com/google/btree v1.0.1 // indirect
60
+ github.com/google/gnostic v0.5.7-v3refs // indirect
58
61
github.com/google/gofuzz v1.1.0 // indirect
59
62
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
60
- github.com/googleapis/gnostic v0.5.5 // indirect
61
63
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
62
64
github.com/imdario/mergo v0.3.12 // indirect
63
65
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -69,36 +71,37 @@ require (
69
71
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
70
72
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
71
73
github.com/moby/spdystream v0.2.0 // indirect
72
- github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
74
+ github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
73
75
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74
76
github.com/modern-go/reflect2 v1.0.2 // indirect
75
77
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
78
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
76
79
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
77
80
github.com/pkg/errors v0.9.1 // indirect
78
81
github.com/pmezard/go-difflib v1.0.0 // indirect
79
- github.com/prometheus/client_golang v1.11.0 // indirect
82
+ github.com/prometheus/client_golang v1.12.1 // indirect
80
83
github.com/prometheus/client_model v0.2.0 // indirect
81
- github.com/prometheus/common v0.28.0 // indirect
82
- github.com/prometheus/procfs v0.6.0 // indirect
84
+ github.com/prometheus/common v0.32.1 // indirect
85
+ github.com/prometheus/procfs v0.7.3 // indirect
83
86
github.com/russross/blackfriday v1.5.2 // indirect
84
87
github.com/spf13/pflag v1.0.5 // indirect
85
88
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
86
89
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
87
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
88
- golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
90
+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
91
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
89
92
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
90
- golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
91
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
93
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
94
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
92
95
golang.org/x/text v0.3.7 // indirect
93
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
96
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
94
97
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
95
98
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
96
99
google.golang.org/appengine v1.6.7 // indirect
97
100
google.golang.org/protobuf v1.27.1 // indirect
98
101
gopkg.in/inf.v0 v0.9.1 // indirect
99
102
gopkg.in/yaml.v2 v2.4.0 // indirect
100
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
101
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
102
- sigs.k8s.io/kustomize/api v0.10.1 // indirect
103
+ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
104
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
105
+ sigs.k8s.io/kustomize/api v0.11.4 // indirect
103
106
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
104
107
)
0 commit comments