@@ -11,8 +11,8 @@ require (
11
11
github.com/kr/text v0.2.0
12
12
github.com/markbates/inflect v1.0.4
13
13
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
14
- github.com/onsi/ginkgo/v2 v2.23.2
15
- github.com/onsi/gomega v1.36.2
14
+ github.com/onsi/ginkgo/v2 v2.23.3
15
+ github.com/onsi/gomega v1.36.3
16
16
github.com/operator-framework/ansible-operator-plugins v1.37.2
17
17
github.com/operator-framework/api v0.27.0
18
18
github.com/operator-framework/operator-lib v0.16.0
@@ -28,24 +28,25 @@ require (
28
28
github.com/stretchr/testify v1.10.0
29
29
github.com/thoas/go-funk v0.9.3
30
30
golang.org/x/mod v0.24.0
31
- golang.org/x/text v0.23 .0
32
- golang.org/x/tools v0.31 .0
31
+ golang.org/x/text v0.24 .0
32
+ golang.org/x/tools v0.32 .0
33
33
gomodules.xyz/jsonpatch/v3 v3.0.1
34
34
helm.sh/helm/v3 v3.16.3
35
- k8s.io/api v0.31.7
36
- k8s.io/apiextensions-apiserver v0.31.7
37
- k8s.io/apimachinery v0.31.7
35
+ k8s.io/api v0.32.2
36
+ k8s.io/apiextensions-apiserver v0.32.2
37
+ k8s.io/apimachinery v0.32.2
38
38
k8s.io/cli-runtime v0.31.7
39
- k8s.io/client-go v0.31.7
39
+ k8s.io/client-go v0.32.2
40
40
k8s.io/kubectl v0.31.7
41
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
41
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
42
42
sigs.k8s.io/controller-runtime v0.19.7
43
- sigs.k8s.io/controller-tools v0.16.5
44
- sigs.k8s.io/kubebuilder/v4 v4.2.0
43
+ sigs.k8s.io/controller-tools v0.17.2
44
+ sigs.k8s.io/kubebuilder/v4 v4.5.2
45
45
sigs.k8s.io/yaml v1.4.0
46
46
)
47
47
48
48
require (
49
+ cel.dev/expr v0.18.0 // indirect
49
50
dario.cat/mergo v1.0.1 // indirect
50
51
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
51
52
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -123,9 +124,9 @@ require (
123
124
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
124
125
github.com/golang/protobuf v1.5.4 // indirect
125
126
github.com/google/btree v1.1.2 // indirect
126
- github.com/google/cel-go v0.20.1 // indirect
127
+ github.com/google/cel-go v0.22.0 // indirect
127
128
github.com/google/gnostic-models v0.6.8 // indirect
128
- github.com/google/go-cmp v0.6 .0 // indirect
129
+ github.com/google/go-cmp v0.7 .0 // indirect
129
130
github.com/google/go-containerregistry v0.20.1 // indirect
130
131
github.com/google/gofuzz v1.2.0 // indirect
131
132
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
@@ -144,7 +145,6 @@ require (
144
145
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
145
146
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
146
147
github.com/huandu/xstrings v1.5.0 // indirect
147
- github.com/imdario/mergo v0.3.16 // indirect
148
148
github.com/inconshreveable/mousetrap v1.1.0 // indirect
149
149
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
150
150
github.com/jmoiron/sqlx v1.4.0 // indirect
@@ -167,7 +167,7 @@ require (
167
167
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
168
168
github.com/mitchellh/reflectwalk v1.0.2 // indirect
169
169
github.com/moby/locker v1.0.1 // indirect
170
- github.com/moby/spdystream v0.4 .0 // indirect
170
+ github.com/moby/spdystream v0.5 .0 // indirect
171
171
github.com/moby/sys/capability v0.4.0 // indirect
172
172
github.com/moby/sys/mountinfo v0.7.2 // indirect
173
173
github.com/moby/sys/sequential v0.5.0 // indirect
@@ -236,35 +236,35 @@ require (
236
236
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
237
237
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
238
238
go.uber.org/multierr v1.11.0 // indirect
239
- go.uber.org/zap v1.26 .0 // indirect
240
- golang.org/x/crypto v0.36 .0 // indirect
239
+ go.uber.org/zap v1.27 .0 // indirect
240
+ golang.org/x/crypto v0.37 .0 // indirect
241
241
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
242
- golang.org/x/net v0.37 .0 // indirect
242
+ golang.org/x/net v0.39 .0 // indirect
243
243
golang.org/x/oauth2 v0.24.0 // indirect
244
- golang.org/x/sync v0.12 .0 // indirect
245
- golang.org/x/sys v0.31 .0 // indirect
246
- golang.org/x/term v0.30 .0 // indirect
247
- golang.org/x/time v0.6 .0 // indirect
244
+ golang.org/x/sync v0.13 .0 // indirect
245
+ golang.org/x/sys v0.32 .0 // indirect
246
+ golang.org/x/term v0.31 .0 // indirect
247
+ golang.org/x/time v0.7 .0 // indirect
248
248
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
249
249
gomodules.xyz/orderedmap v0.1.0 // indirect
250
250
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
251
251
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
252
252
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
253
253
google.golang.org/grpc v1.68.1 // indirect
254
- google.golang.org/protobuf v1.36.1 // indirect
254
+ google.golang.org/protobuf v1.36.5 // indirect
255
255
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
256
256
gopkg.in/inf.v0 v0.9.1 // indirect
257
257
gopkg.in/warnings.v0 v0.1.2 // indirect
258
258
gopkg.in/yaml.v2 v2.4.0 // indirect
259
259
gopkg.in/yaml.v3 v3.0.1 // indirect
260
- k8s.io/apiserver v0.31.7 // indirect
261
- k8s.io/component-base v0.31.7 // indirect
260
+ k8s.io/apiserver v0.32.2 // indirect
261
+ k8s.io/component-base v0.32.2 // indirect
262
262
k8s.io/klog/v2 v2.130.1 // indirect
263
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
263
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
264
264
oras.land/oras-go v1.2.5 // indirect
265
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
266
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
265
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
266
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
267
267
sigs.k8s.io/kustomize/api v0.17.2 // indirect
268
268
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
269
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
269
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
270
270
)
0 commit comments