@@ -14,7 +14,7 @@ require (
14
14
github.com/external-secrets/external-secrets v0.9.11
15
15
github.com/grafana/grafana-operator/v5 v5.8.0
16
16
github.com/prometheus/prometheus v0.49.1
17
- github.com/rook/rook/pkg/apis v0.0.0-20240118185538-f46c0845eea7
17
+ github.com/rook/rook/pkg/apis v0.0.0-20240523133112-a138a38cdbf0
18
18
k8s.io/api v0.29.3
19
19
k8s.io/apiextensions-apiserver v0.29.3
20
20
k8s.io/client-go v12.0.0+incompatible
@@ -30,6 +30,7 @@ require (
30
30
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
31
31
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0 // indirect
32
32
github.com/MakeNowJust/heredoc v1.0.0 // indirect
33
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
33
34
github.com/NYTimes/gziphandler v1.1.1 // indirect
34
35
github.com/VictoriaMetrics/VictoriaMetrics v1.91.3 // indirect
35
36
github.com/VictoriaMetrics/fasthttp v1.2.0 // indirect
@@ -51,17 +52,17 @@ require (
51
52
github.com/cilium/ebpf v0.10.1-0.20230626090016-654491c8a500 // indirect
52
53
github.com/cilium/proxy v0.0.0-20231202123106-38b645b854f3 // indirect
53
54
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
54
- github.com/containernetworking/cni v1.1.2 // indirect
55
+ github.com/containernetworking/cni v1.2.0-rc1 // indirect
55
56
github.com/coreos/go-semver v0.3.1 // indirect
56
57
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
57
58
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
58
59
github.com/daviddengcn/go-colortext v1.0.0 // indirect
59
60
github.com/dennwc/varint v1.0.0 // indirect
60
61
github.com/distribution/reference v0.5.0 // indirect
61
62
github.com/edsrzf/mmap-go v1.1.0 // indirect
62
- github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
63
+ github.com/emicklei/go-restful/v3 v3.12 .0 // indirect
63
64
github.com/emicklei/proto v1.11.2 // indirect
64
- github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
65
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
65
66
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
66
67
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
67
68
github.com/fatih/camelcase v1.0.0 // indirect
@@ -70,6 +71,7 @@ require (
70
71
github.com/fvbommel/sortorder v1.1.0 // indirect
71
72
github.com/go-errors/errors v1.4.2 // indirect
72
73
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
74
+ github.com/go-jose/go-jose/v4 v4.0.1 // indirect
73
75
github.com/go-kit/log v0.2.1 // indirect
74
76
github.com/go-logfmt/logfmt v0.6.0 // indirect
75
77
github.com/go-logr/logr v1.4.1 // indirect
@@ -78,13 +80,13 @@ require (
78
80
github.com/go-ole/go-ole v1.3.0 // indirect
79
81
github.com/go-openapi/analysis v0.22.2 // indirect
80
82
github.com/go-openapi/errors v0.22.0 // indirect
81
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
82
- github.com/go-openapi/jsonreference v0.20.4 // indirect
83
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
84
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
83
85
github.com/go-openapi/loads v0.21.5 // indirect
84
86
github.com/go-openapi/runtime v0.27.1 // indirect
85
87
github.com/go-openapi/spec v0.20.14 // indirect
86
88
github.com/go-openapi/strfmt v0.23.0 // indirect
87
- github.com/go-openapi/swag v0.22.9 // indirect
89
+ github.com/go-openapi/swag v0.23.0 // indirect
88
90
github.com/go-openapi/validate v0.23.0 // indirect
89
91
github.com/go-test/deep v1.1.0 // indirect
90
92
github.com/gogo/protobuf v1.3.2 // indirect
@@ -117,17 +119,17 @@ require (
117
119
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
118
120
github.com/hashicorp/golang-lru/v2 v2.0.6 // indirect
119
121
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
120
- github.com/hashicorp/vault/api v1.10 .0 // indirect
121
- github.com/hashicorp/vault/api/auth/approle v0.5 .0 // indirect
122
- github.com/hashicorp/vault/api/auth/kubernetes v0.5 .0 // indirect
122
+ github.com/hashicorp/vault/api v1.13 .0 // indirect
123
+ github.com/hashicorp/vault/api/auth/approle v0.6 .0 // indirect
124
+ github.com/hashicorp/vault/api/auth/kubernetes v0.6 .0 // indirect
123
125
github.com/imdario/mergo v0.3.16 // indirect
124
126
github.com/inconshreveable/mousetrap v1.1.0 // indirect
125
127
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
126
128
github.com/jonboulle/clockwork v0.4.0 // indirect
127
129
github.com/josharian/intern v1.0.0 // indirect
128
130
github.com/jpillora/backoff v1.0.0 // indirect
129
131
github.com/json-iterator/go v1.1.12 // indirect
130
- github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.4 .0 // indirect
132
+ github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7 .0 // indirect
131
133
github.com/klauspost/compress v1.17.4 // indirect
132
134
github.com/kr/pretty v0.3.1 // indirect
133
135
github.com/kr/text v0.2.0 // indirect
@@ -220,17 +222,17 @@ require (
220
222
go.uber.org/goleak v1.3.0 // indirect
221
223
go.uber.org/multierr v1.11.0 // indirect
222
224
go.uber.org/zap v1.26.0 // indirect
223
- golang.org/x/crypto v0.18 .0 // indirect
225
+ golang.org/x/crypto v0.21 .0 // indirect
224
226
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
225
- golang.org/x/mod v0.14 .0 // indirect
226
- golang.org/x/net v0.20 .0 // indirect
227
- golang.org/x/oauth2 v0.16 .0 // indirect
228
- golang.org/x/sync v0.5 .0 // indirect
229
- golang.org/x/sys v0.16 .0 // indirect
230
- golang.org/x/term v0.16 .0 // indirect
227
+ golang.org/x/mod v0.15 .0 // indirect
228
+ golang.org/x/net v0.23 .0 // indirect
229
+ golang.org/x/oauth2 v0.18 .0 // indirect
230
+ golang.org/x/sync v0.6 .0 // indirect
231
+ golang.org/x/sys v0.18 .0 // indirect
232
+ golang.org/x/term v0.18 .0 // indirect
231
233
golang.org/x/text v0.14.0 // indirect
232
234
golang.org/x/time v0.5.0 // indirect
233
- golang.org/x/tools v0.16.1 // indirect
235
+ golang.org/x/tools v0.18.0 // indirect
234
236
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
235
237
google.golang.org/appengine v1.6.8 // indirect
236
238
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
@@ -248,12 +250,12 @@ require (
248
250
k8s.io/cli-runtime v0.29.1 // indirect
249
251
k8s.io/component-base v0.29.3 // indirect
250
252
k8s.io/component-helpers v0.29.1 // indirect
251
- k8s.io/klog/v2 v2.110 .1 // indirect
253
+ k8s.io/klog/v2 v2.120 .1 // indirect
252
254
k8s.io/kms v0.29.1 // indirect
253
- k8s.io/kube-openapi v0.0.0-20231214164306-ab13479f8bf8 // indirect
255
+ k8s.io/kube-openapi v0.0.0-20240322212309-b815d8309940 // indirect
254
256
k8s.io/kubectl v0.28.2 // indirect
255
257
k8s.io/metrics v0.29.1 // indirect
256
- k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
258
+ k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
257
259
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
258
260
sigs.k8s.io/controller-runtime v0.17.2 // indirect
259
261
sigs.k8s.io/gateway-api v0.8.0 // indirect
0 commit comments