@@ -12,14 +12,14 @@ require (
12
12
github.com/michaelklishin/rabbit-hole/v2 v2.12.0
13
13
github.com/onsi/ginkgo/v2 v2.1.4
14
14
github.com/onsi/gomega v1.19.0
15
- github.com/rabbitmq/cluster-operator v1.13.1
15
+ github.com/rabbitmq/cluster-operator v1.14.0
16
16
github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
17
17
k8s.io/api v0.24.2
18
18
k8s.io/apimachinery v0.24.2
19
19
k8s.io/client-go v0.24.2
20
20
k8s.io/code-generator v0.24.2
21
21
k8s.io/klog/v2 v2.60.1
22
- k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661
22
+ k8s.io/kube-openapi v0.0.0-20220614142933-1062c7ade5f8
23
23
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
24
24
sigs.k8s.io/controller-runtime v0.12.1
25
25
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20220217024943-cfd92767d28e
@@ -29,21 +29,20 @@ require (
29
29
30
30
require (
31
31
bitbucket.org/creachadair/shell v0.0.6 // indirect
32
- cloud.google.com/go v0.99.0 // indirect
32
+ cloud.google.com/go/compute v1.6.1 // indirect
33
33
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
34
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
35
- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
34
+ github.com/Azure/go-autorest/autorest v0.11.27 // indirect
35
+ github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
36
36
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
37
37
github.com/Azure/go-autorest/logger v0.2.1 // indirect
38
38
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
39
39
github.com/Masterminds/goutils v1.1.0 // indirect
40
40
github.com/Masterminds/semver v1.5.0 // indirect
41
41
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
42
- github.com/PuerkitoBio/purell v1.1.1 // indirect
43
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
44
42
github.com/armon/go-metrics v0.3.10 // indirect
45
43
github.com/armon/go-radix v1.0.0 // indirect
46
44
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
45
+ github.com/benbjohnson/clock v1.1.0 // indirect
47
46
github.com/beorn7/perks v1.0.1 // indirect
48
47
github.com/bgentry/speakeasy v0.1.0 // indirect
49
48
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
@@ -56,33 +55,34 @@ require (
56
55
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
57
56
github.com/davecgh/go-spew v1.1.1 // indirect
58
57
github.com/dustin/go-humanize v1.0.0 // indirect
59
- github.com/emicklei/go-restful v2.9.5+incompatible // indirect
58
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
60
59
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
61
60
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
62
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
61
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
63
62
github.com/fatih/color v1.13.0 // indirect
64
- github.com/form3tech-oss/jwt-go v3.2.3 +incompatible // indirect
65
- github.com/fsnotify/fsnotify v1.5.1 // indirect
63
+ github.com/form3tech-oss/jwt-go v3.2.5 +incompatible // indirect
64
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
66
65
github.com/fullstorydev/grpcurl v1.8.2 // indirect
67
66
github.com/go-errors/errors v1.0.1 // indirect
68
- github.com/go-logr/zapr v1.2.0 // indirect
67
+ github.com/go-logr/zapr v1.2.3 // indirect
69
68
github.com/go-openapi/jsonpointer v0.19.5 // indirect
70
- github.com/go-openapi/jsonreference v0.19.5 // indirect
71
- github.com/go-openapi/swag v0.19.14 // indirect
69
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
70
+ github.com/go-openapi/swag v0.21.1 // indirect
72
71
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
73
72
github.com/gobuffalo/flect v0.2.5 // indirect
74
73
github.com/goccy/go-yaml v1.9.5 // indirect
75
74
github.com/gogo/protobuf v1.3.2 // indirect
75
+ github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
76
76
github.com/golang/glog v1.0.0 // indirect
77
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
78
78
github.com/golang/mock v1.6.0 // indirect
79
79
github.com/golang/protobuf v1.5.2 // indirect
80
80
github.com/golang/snappy v0.0.4 // indirect
81
81
github.com/google/btree v1.0.1 // indirect
82
82
github.com/google/certificate-transparency-go v1.1.2 // indirect
83
- github.com/google/gnostic v0.5.7-v3refs // indirect
84
- github.com/google/go-cmp v0.5.6 // indirect
85
- github.com/google/gofuzz v1.1 .0 // indirect
83
+ github.com/google/gnostic v0.6.9 // indirect
84
+ github.com/google/go-cmp v0.5.8 // indirect
85
+ github.com/google/gofuzz v1.2 .0 // indirect
86
86
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
87
87
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
88
88
github.com/google/trillian v1.4.0 // indirect
@@ -109,14 +109,14 @@ require (
109
109
github.com/hashicorp/vault/sdk v0.5.1 // indirect
110
110
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
111
111
github.com/huandu/xstrings v1.2.1 // indirect
112
- github.com/imdario/mergo v0.3.12 // indirect
112
+ github.com/imdario/mergo v0.3.13 // indirect
113
113
github.com/inconshreveable/mousetrap v1.0.0 // indirect
114
114
github.com/jhump/protoreflect v1.9.0 // indirect
115
115
github.com/jmoiron/sqlx v1.3.3 // indirect
116
116
github.com/jonboulle/clockwork v0.2.2 // indirect
117
117
github.com/josharian/intern v1.0.0 // indirect
118
118
github.com/json-iterator/go v1.1.12 // indirect
119
- github.com/mailru/easyjson v0.7.6 // indirect
119
+ github.com/mailru/easyjson v0.7.7 // indirect
120
120
github.com/mattn/go-colorable v0.1.12 // indirect
121
121
github.com/mattn/go-isatty v0.0.14 // indirect
122
122
github.com/mattn/go-runewidth v0.0.12 // indirect
@@ -135,9 +135,9 @@ require (
135
135
github.com/pelletier/go-toml v1.9.4 // indirect
136
136
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
137
137
github.com/pkg/errors v0.9.1 // indirect
138
- github.com/prometheus/client_golang v1.12.1 // indirect
138
+ github.com/prometheus/client_golang v1.12.2 // indirect
139
139
github.com/prometheus/client_model v0.2.0 // indirect
140
- github.com/prometheus/common v0.32.1 // indirect
140
+ github.com/prometheus/common v0.34.0 // indirect
141
141
github.com/prometheus/procfs v0.7.3 // indirect
142
142
github.com/rivo/uniseg v0.2.0 // indirect
143
143
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -178,33 +178,33 @@ require (
178
178
go.opentelemetry.io/proto/otlp v0.7.0 // indirect
179
179
go.starlark.net v0.0.0-20200821142938-949cc6f4b097 // indirect
180
180
go.uber.org/atomic v1.9.0 // indirect
181
- go.uber.org/multierr v1.7 .0 // indirect
182
- go.uber.org/zap v1.19.1 // indirect
183
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
181
+ go.uber.org/multierr v1.8 .0 // indirect
182
+ go.uber.org/zap v1.21.0 // indirect
183
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
184
184
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
185
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
186
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
187
- golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
188
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
185
+ golang.org/x/net v0.0.0-20220614195744-fb05da6f9022 // indirect
186
+ golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
187
+ golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098 // indirect
188
+ golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
189
189
golang.org/x/text v0.3.7 // indirect
190
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
190
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
191
191
golang.org/x/tools v0.1.10 // indirect
192
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
192
+ golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
193
193
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
194
194
google.golang.org/appengine v1.6.7 // indirect
195
- google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
196
- google.golang.org/grpc v1.42 .0 // indirect
195
+ google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3 // indirect
196
+ google.golang.org/grpc v1.45 .0 // indirect
197
197
google.golang.org/protobuf v1.28.0 // indirect
198
198
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
199
199
gopkg.in/inf.v0 v0.9.1 // indirect
200
200
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
201
201
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
202
202
gopkg.in/yaml.v2 v2.4.0 // indirect
203
- gopkg.in/yaml.v3 v3.0.0 // indirect
204
- k8s.io/apiextensions-apiserver v0.24.0 // indirect
205
- k8s.io/component-base v0.24.0 // indirect
203
+ gopkg.in/yaml.v3 v3.0.1 // indirect
204
+ k8s.io/apiextensions-apiserver v0.24.1 // indirect
205
+ k8s.io/component-base v0.24.1 // indirect
206
206
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
207
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
207
+ sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect
208
208
sigs.k8s.io/kustomize/api v0.11.5 // indirect
209
209
sigs.k8s.io/kustomize/cmd/config v0.10.7 // indirect
210
210
sigs.k8s.io/kustomize/kyaml v0.13.7 // indirect
0 commit comments