@@ -11,40 +11,38 @@ 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.2.2
14
- github.com/onsi/ginkgo/v2 v2.11.0
15
- github.com/onsi/gomega v1.27.8
16
- // TODO(everettraven): bump ansible dependency when possible
17
- // github.com/operator-framework/ansible-operator-plugins v1.32.0
14
+ github.com/onsi/ginkgo/v2 v2.12.0
15
+ github.com/onsi/gomega v1.27.10
18
16
github.com/operator-framework/api v0.17.7
19
- github.com/operator-framework/helm-operator-plugins v0.0.12-0.20231013185714-215d1f8a3e7d
17
+ github.com/operator-framework/helm-operator-plugins v0.0.11
20
18
github.com/operator-framework/java-operator-plugins v0.8.1
21
19
github.com/operator-framework/operator-lib v0.11.1-0.20231020142438-152ee1fb7f83
22
20
github.com/operator-framework/operator-manifest-tools v0.2.3-0.20230525225330-523bad646f89
23
21
github.com/operator-framework/operator-registry v1.29.0
24
- github.com/prometheus/client_golang v1.15.1
22
+ github.com/prometheus/client_golang v1.16.0
25
23
github.com/sergi/go-diff v1.2.0
26
24
github.com/sirupsen/logrus v1.9.3
27
25
github.com/spf13/afero v1.9.5
28
26
github.com/spf13/cobra v1.7.0
29
27
github.com/spf13/pflag v1.0.5
30
28
github.com/spf13/viper v1.10.0
31
- github.com/stretchr/testify v1.8.3
29
+ github.com/stretchr/testify v1.8.4
32
30
github.com/thoas/go-funk v0.8.0
33
31
golang.org/x/mod v0.13.0
34
32
golang.org/x/text v0.13.0
35
33
golang.org/x/tools v0.13.0
36
34
gomodules.xyz/jsonpatch/v3 v3.0.1
37
35
helm.sh/helm/v3 v3.12.1
38
- k8s.io/api v0.27.6
39
- k8s.io/apiextensions-apiserver v0.27.6
40
- k8s.io/apimachinery v0.27.6
36
+ k8s.io/api v0.27.7
37
+ k8s.io/apiextensions-apiserver v0.27.7
38
+ k8s.io/apimachinery v0.27.7
41
39
k8s.io/cli-runtime v0.27.6
42
- k8s.io/client-go v0.27.6
40
+ k8s.io/client-go v0.27.7
43
41
k8s.io/kubectl v0.27.6
44
42
k8s.io/utils v0.0.0-20230711102312-30195339c3c7
45
- sigs.k8s.io/controller-runtime v0.15.2
43
+ sigs.k8s.io/controller-runtime v0.15.3
46
44
sigs.k8s.io/controller-tools v0.12.1
47
- sigs.k8s.io/kubebuilder/v3 v3.11.1
45
+ sigs.k8s.io/kubebuilder/v3 v3.12.0
48
46
sigs.k8s.io/yaml v1.3.0
49
47
)
50
48
@@ -57,7 +55,7 @@ require (
57
55
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
58
56
github.com/Masterminds/squirrel v1.5.4 // indirect
59
57
github.com/Microsoft/go-winio v0.6.1 // indirect
60
- github.com/Microsoft/hcsshim v0.9.8 // indirect
58
+ github.com/Microsoft/hcsshim v0.11.0 // indirect
61
59
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
62
60
github.com/adrg/xdg v0.4.0 // indirect
63
61
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
@@ -69,25 +67,25 @@ require (
69
67
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
70
68
github.com/cespare/xxhash/v2 v2.2.0 // indirect
71
69
github.com/chai2010/gettext-go v1.0.2 // indirect
72
- github.com/containerd/cgroups v1.0.4 // indirect
73
- github.com/containerd/containerd v1.7.0 // indirect
70
+ github.com/containerd/cgroups v1.1.0 // indirect
71
+ github.com/containerd/containerd v1.7.6 // indirect
74
72
github.com/containerd/continuity v0.3.0 // indirect
75
73
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
76
74
github.com/containerd/ttrpc v1.1.2 // indirect
77
75
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
78
76
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
79
77
github.com/davecgh/go-spew v1.1.1 // indirect
80
78
github.com/distribution/distribution/v3 v3.0.0-20230611135314-6a57630cf401 // indirect
81
- github.com/docker/cli v23 .0.5 +incompatible // indirect
79
+ github.com/docker/cli v24 .0.6 +incompatible // indirect
82
80
github.com/docker/distribution v2.8.2+incompatible // indirect
83
- github.com/docker/docker v23 .0.5 +incompatible // indirect
81
+ github.com/docker/docker v24 .0.6 +incompatible // indirect
84
82
github.com/docker/docker-credential-helpers v0.7.0 // indirect
85
83
github.com/docker/go-connections v0.4.0 // indirect
86
84
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
87
85
github.com/docker/go-metrics v0.0.1 // indirect
88
86
github.com/docker/go-units v0.5.0 // indirect
89
87
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
90
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
88
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
91
89
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
92
90
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
93
91
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -115,9 +113,8 @@ require (
115
113
github.com/golang/protobuf v1.5.3 // indirect
116
114
github.com/gomodule/redigo v1.8.2 // indirect
117
115
github.com/google/btree v1.1.2 // indirect
118
- github.com/google/cel-go v0.15.3 // indirect
116
+ github.com/google/cel-go v0.16.1 // indirect
119
117
github.com/google/gnostic v0.6.9 // indirect
120
- github.com/google/gnostic-models v0.6.8 // indirect
121
118
github.com/google/go-cmp v0.5.9 // indirect
122
119
github.com/google/go-containerregistry v0.15.2 // indirect
123
120
github.com/google/gofuzz v1.2.0 // indirect
@@ -170,7 +167,7 @@ require (
170
167
github.com/morikuni/aec v1.0.0 // indirect
171
168
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
172
169
github.com/opencontainers/go-digest v1.0.0 // indirect
173
- github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
170
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
174
171
github.com/otiai10/copy v1.2.0 // indirect
175
172
github.com/pelletier/go-toml v1.9.5 // indirect
176
173
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -208,9 +205,8 @@ require (
208
205
go.opentelemetry.io/otel/trace v1.14.0 // indirect
209
206
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
210
207
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
211
- go.uber.org/atomic v1.10.0 // indirect
212
- go.uber.org/multierr v1.8.0 // indirect
213
- go.uber.org/zap v1.24.0 // indirect
208
+ go.uber.org/multierr v1.11.0 // indirect
209
+ go.uber.org/zap v1.25.0 // indirect
214
210
golang.org/x/crypto v0.14.0 // indirect
215
211
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
216
212
golang.org/x/net v0.17.0 // indirect
@@ -219,7 +215,7 @@ require (
219
215
golang.org/x/sys v0.13.0 // indirect
220
216
golang.org/x/term v0.13.0 // indirect
221
217
golang.org/x/time v0.3.0 // indirect
222
- gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
218
+ gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
223
219
gomodules.xyz/orderedmap v0.1.0 // indirect
224
220
google.golang.org/appengine v1.6.7 // indirect
225
221
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
@@ -230,11 +226,11 @@ require (
230
226
gopkg.in/warnings.v0 v0.1.2 // indirect
231
227
gopkg.in/yaml.v2 v2.4.0 // indirect
232
228
gopkg.in/yaml.v3 v3.0.1 // indirect
233
- k8s.io/apiserver v0.27.6 // indirect
234
- k8s.io/component-base v0.27.6 // indirect
229
+ k8s.io/apiserver v0.27.7 // indirect
230
+ k8s.io/component-base v0.27.7 // indirect
235
231
k8s.io/klog/v2 v2.100.1 // indirect
236
- k8s.io/kube-openapi v0.0.0-20230606174411-725288a7abf1 // indirect
237
- oras.land/oras-go v1.2.2 // indirect
232
+ k8s.io/kube-openapi v0.0.0-20230515121852-a1ae96baeb76 // indirect
233
+ oras.land/oras-go v1.2.4 // indirect
238
234
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
239
235
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
240
236
sigs.k8s.io/kustomize/api v0.13.2 // indirect
0 commit comments