@@ -11,7 +11,7 @@ require (
11
11
github.com/VictoriaMetrics/operator/api v0.0.0-20231128174956-7965dba77210
12
12
github.com/backube/volsync v0.8.0
13
13
github.com/cert-manager/cert-manager v1.13.3
14
- github.com/cilium/cilium v1.14.6
14
+ github.com/cilium/cilium v1.14.14
15
15
github.com/crunchydata/postgres-operator v0.0.0-00010101000000-000000000000
16
16
github.com/external-secrets/external-secrets v0.9.11
17
17
github.com/grafana/grafana-operator/v5 v5.8.0
@@ -61,7 +61,7 @@ require (
61
61
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
62
62
github.com/daviddengcn/go-colortext v1.0.0 // indirect
63
63
github.com/dennwc/varint v1.0.0 // indirect
64
- github.com/distribution/reference v0.5 .0 // indirect
64
+ github.com/distribution/reference v0.6 .0 // indirect
65
65
github.com/edsrzf/mmap-go v1.1.0 // indirect
66
66
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
67
67
github.com/emicklei/proto v1.11.2 // indirect
@@ -73,10 +73,10 @@ require (
73
73
github.com/fsnotify/fsnotify v1.7.0 // indirect
74
74
github.com/fvbommel/sortorder v1.1.0 // indirect
75
75
github.com/go-errors/errors v1.4.2 // indirect
76
- github.com/go-jose/go-jose/v3 v3.0.1 // indirect
76
+ github.com/go-jose/go-jose/v3 v3.0.3 // indirect
77
77
github.com/go-kit/log v0.2.1 // indirect
78
78
github.com/go-logfmt/logfmt v0.6.0 // indirect
79
- github.com/go-logr/logr v1.4.1 // indirect
79
+ github.com/go-logr/logr v1.4.2 // indirect
80
80
github.com/go-logr/stdr v1.2.2 // indirect
81
81
github.com/go-logr/zapr v1.3.0 // indirect
82
82
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -160,7 +160,7 @@ require (
160
160
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
161
161
github.com/oklog/ulid v1.3.1 // indirect
162
162
github.com/opencontainers/go-digest v1.0.0 // indirect
163
- github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
163
+ github.com/opencontainers/image-spec v1.1.0 // indirect
164
164
github.com/openshift/api v3.9.0+incompatible // indirect
165
165
github.com/openshift/client-go v0.0.0-20230607134213-3cd0021bbee3 // indirect
166
166
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
@@ -214,35 +214,35 @@ require (
214
214
go.mongodb.org/mongo-driver v1.14.0 // indirect
215
215
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
216
216
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
217
- go.opentelemetry.io/otel v1.24 .0 // indirect
217
+ go.opentelemetry.io/otel v1.28 .0 // indirect
218
218
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
219
219
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
220
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
221
- go.opentelemetry.io/otel/sdk v1.21 .0 // indirect
222
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
220
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
221
+ go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
222
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
223
223
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
224
224
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
225
225
go.uber.org/atomic v1.11.0 // indirect
226
226
go.uber.org/dig v1.17.0 // indirect
227
227
go.uber.org/goleak v1.3.0 // indirect
228
228
go.uber.org/multierr v1.11.0 // indirect
229
229
go.uber.org/zap v1.26.0 // indirect
230
- golang.org/x/crypto v0.23 .0 // indirect
230
+ golang.org/x/crypto v0.25 .0 // indirect
231
231
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
232
- golang.org/x/mod v0.17 .0 // indirect
233
- golang.org/x/net v0.25 .0 // indirect
232
+ golang.org/x/mod v0.19 .0 // indirect
233
+ golang.org/x/net v0.27 .0 // indirect
234
234
golang.org/x/oauth2 v0.20.0 // indirect
235
235
golang.org/x/sync v0.7.0 // indirect
236
- golang.org/x/sys v0.20 .0 // indirect
237
- golang.org/x/term v0.20 .0 // indirect
238
- golang.org/x/text v0.15 .0 // indirect
236
+ golang.org/x/sys v0.22 .0 // indirect
237
+ golang.org/x/term v0.22 .0 // indirect
238
+ golang.org/x/text v0.16 .0 // indirect
239
239
golang.org/x/time v0.5.0 // indirect
240
- golang.org/x/tools v0.20 .0 // indirect
240
+ golang.org/x/tools v0.23 .0 // indirect
241
241
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
242
- google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
243
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
244
- google.golang.org/grpc v1.63.2 // indirect
245
- google.golang.org/protobuf v1.34.1 // indirect
242
+ google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
243
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
244
+ google.golang.org/grpc v1.64.0 // indirect
245
+ google.golang.org/protobuf v1.34.2 // indirect
246
246
gopkg.in/inf.v0 v0.9.1 // indirect
247
247
gopkg.in/ini.v1 v1.67.0 // indirect
248
248
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments