@@ -8,10 +8,10 @@ require (
8
8
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
9
9
github.com/iancoleman/strcase v0.2.0
10
10
github.com/kr/text v0.2.0
11
- github.com/onsi/ginkgo/v2 v2.1.6
12
- github.com/onsi/gomega v1.20 .1
13
- github.com/operator-framework/operator-lib v0.11.0
14
- github.com/prometheus/client_golang v1.13 .0
11
+ github.com/onsi/ginkgo/v2 v2.6.1
12
+ github.com/onsi/gomega v1.24 .1
13
+ github.com/operator-framework/operator-lib v0.11.1-0.20230126194151-7fc7204a9445
14
+ github.com/prometheus/client_golang v1.14 .0
15
15
github.com/sergi/go-diff v1.2.0
16
16
github.com/sirupsen/logrus v1.9.0
17
17
github.com/spf13/afero v1.9.2
@@ -20,13 +20,13 @@ require (
20
20
github.com/stretchr/testify v1.8.0
21
21
gomodules.xyz/jsonpatch/v2 v2.2.0
22
22
helm.sh/helm/v3 v3.10.3
23
- k8s.io/api v0.25.3
24
- k8s.io/apiextensions-apiserver v0.25.3
25
- k8s.io/apimachinery v0.25.3
26
- k8s.io/cli-runtime v0.25.3
27
- k8s.io/client-go v0.25.3
28
- k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85
29
- sigs.k8s.io/controller-runtime v0.13.0
23
+ k8s.io/api v0.26.1
24
+ k8s.io/apiextensions-apiserver v0.26.1
25
+ k8s.io/apimachinery v0.26.1
26
+ k8s.io/cli-runtime v0.26.1
27
+ k8s.io/client-go v0.26.1
28
+ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
29
+ sigs.k8s.io/controller-runtime v0.14.4
30
30
sigs.k8s.io/kubebuilder/v3 v3.7.0
31
31
sigs.k8s.io/yaml v1.3.0
32
32
)
@@ -84,7 +84,7 @@ require (
84
84
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
85
85
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
86
86
github.com/fatih/color v1.13.0 // indirect
87
- github.com/felixge/httpsnoop v1.0.1 // indirect
87
+ github.com/felixge/httpsnoop v1.0.3 // indirect
88
88
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
89
89
github.com/fsnotify/fsnotify v1.6.0 // indirect
90
90
github.com/fullstorydev/grpcurl v1.8.7 // indirect
@@ -158,7 +158,7 @@ require (
158
158
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
159
159
github.com/pkg/errors v0.9.1 // indirect
160
160
github.com/pmezard/go-difflib v1.0.0 // indirect
161
- github.com/prometheus/client_model v0.2 .0 // indirect
161
+ github.com/prometheus/client_model v0.3 .0 // indirect
162
162
github.com/prometheus/common v0.37.0 // indirect
163
163
github.com/prometheus/procfs v0.8.0 // indirect
164
164
github.com/rivo/uniseg v0.4.2 // indirect
@@ -206,17 +206,17 @@ require (
206
206
go.starlark.net v0.0.0-20221010140840-6bf6f0955179 // indirect
207
207
go.uber.org/atomic v1.10.0 // indirect
208
208
go.uber.org/multierr v1.8.0 // indirect
209
- go.uber.org/zap v1.23 .0 // indirect
210
- golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
211
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
212
- golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
209
+ go.uber.org/zap v1.24 .0 // indirect
210
+ golang.org/x/crypto v0.1.0 // indirect
211
+ golang.org/x/mod v0.7.0 // indirect
212
+ golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
213
213
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
214
- golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
215
- golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
216
- golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
217
- golang.org/x/text v0.3.8 // indirect
218
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
219
- golang.org/x/tools v0.1.12 // indirect
214
+ golang.org/x/sync v0.1.0 // indirect
215
+ golang.org/x/sys v0.3.0 // indirect
216
+ golang.org/x/term v0.3.0 // indirect
217
+ golang.org/x/text v0.5.0 // indirect
218
+ golang.org/x/time v0.3.0 // indirect
219
+ golang.org/x/tools v0.4.0 // indirect
220
220
google.golang.org/appengine v1.6.7 // indirect
221
221
google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b // indirect
222
222
google.golang.org/grpc v1.50.0 // indirect
@@ -226,8 +226,8 @@ require (
226
226
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
227
227
gopkg.in/yaml.v2 v2.4.0 // indirect
228
228
gopkg.in/yaml.v3 v3.0.1 // indirect
229
- k8s.io/apiserver v0.25.3 // indirect
230
- k8s.io/component-base v0.25.3 // indirect
229
+ k8s.io/apiserver v0.26.1 // indirect
230
+ k8s.io/component-base v0.26.1 // indirect
231
231
k8s.io/klog/v2 v2.80.1 // indirect
232
232
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
233
233
k8s.io/kubectl v0.25.3 // indirect
0 commit comments