@@ -37,12 +37,12 @@ require (
37
37
k8s.io/api v0.25.0
38
38
k8s.io/apiextensions-apiserver v0.25.0
39
39
k8s.io/apimachinery v0.25.0
40
- k8s.io/cli-runtime v0.24.1
40
+ k8s.io/cli-runtime v0.25.0
41
41
k8s.io/client-go v0.25.0
42
- k8s.io/kubectl v0.24.1
43
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
44
- sigs.k8s.io/controller-runtime v0.12.2
45
- sigs.k8s.io/controller-tools v0.9.2
42
+ k8s.io/kubectl v0.25.0
43
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
44
+ sigs.k8s.io/controller-runtime v0.13.0
45
+ sigs.k8s.io/controller-tools v0.10.0
46
46
sigs.k8s.io/kubebuilder/v3 v3.7.1-0.20221011212440-eff842a46496
47
47
sigs.k8s.io/yaml v1.3.0
48
48
)
@@ -57,7 +57,7 @@ require (
57
57
github.com/Azure/go-autorest/logger v0.2.1 // indirect
58
58
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
59
59
github.com/BurntSushi/toml v1.0.0 // indirect
60
- github.com/MakeNowJust/heredoc v0 .0.0-20170808103936-bb23615498cd // indirect
60
+ github.com/MakeNowJust/heredoc v1 .0.0 // indirect
61
61
github.com/Masterminds/goutils v1.1.1 // indirect
62
62
github.com/Masterminds/semver/v3 v3.1.1 // indirect
63
63
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
@@ -76,7 +76,7 @@ require (
76
76
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
77
77
github.com/bugsnag/panicwrap v1.2.0 // indirect
78
78
github.com/cespare/xxhash/v2 v2.1.2 // indirect
79
- github.com/chai2010/gettext-go v0 .0.0-20160711120539-c6fed771bfd5 // indirect
79
+ github.com/chai2010/gettext-go v1 .0.2 // indirect
80
80
github.com/containerd/cgroups v1.0.2 // indirect
81
81
github.com/containerd/containerd v1.6.3 // indirect
82
82
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
@@ -123,7 +123,7 @@ require (
123
123
github.com/golang/protobuf v1.5.2 // indirect
124
124
github.com/gomodule/redigo v1.8.2 // indirect
125
125
github.com/google/btree v1.0.1 // indirect
126
- github.com/google/cel-go v0.10.1 // indirect
126
+ github.com/google/cel-go v0.12.4 // indirect
127
127
github.com/google/gnostic v0.5.7-v3refs // indirect
128
128
github.com/google/go-cmp v0.5.8 // indirect
129
129
github.com/google/go-containerregistry v0.8.0 // indirect
@@ -222,7 +222,7 @@ require (
222
222
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
223
223
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
224
224
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
225
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
225
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
226
226
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
227
227
gomodules.xyz/orderedmap v0.1.0 // indirect
228
228
google.golang.org/appengine v1.6.7 // indirect
@@ -241,7 +241,7 @@ require (
241
241
oras.land/oras-go v1.1.0 // indirect
242
242
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.32 // indirect
243
243
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
244
- sigs.k8s.io/kustomize/api v0.11.4 // indirect
244
+ sigs.k8s.io/kustomize/api v0.12.1 // indirect
245
245
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
246
246
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
247
247
)
0 commit comments