@@ -50,7 +50,7 @@ require (
50
50
go.opentelemetry.io/otel/sdk/metric v1.35.0
51
51
go.opentelemetry.io/otel/trace v1.35.0
52
52
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
53
- golang.org/x/net v0.35 .0
53
+ golang.org/x/net v0.38 .0
54
54
golang.org/x/oauth2 v0.26.0
55
55
google.golang.org/grpc v1.72.0
56
56
gopkg.in/dealancer/validate.v2 v2.1.0
@@ -89,10 +89,9 @@ require (
89
89
github.com/Masterminds/semver/v3 v3.3.1 // indirect
90
90
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
91
91
github.com/Microsoft/go-winio v0.6.2 // indirect
92
- github.com/OneOfOne/xxhash v1.2.8 // indirect
93
92
github.com/ProtonMail/go-crypto v1.1.5 // indirect
94
93
github.com/agext/levenshtein v1.2.3 // indirect
95
- github.com/agnivade/levenshtein v1.1 .1 // indirect
94
+ github.com/agnivade/levenshtein v1.2 .1 // indirect
96
95
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
97
96
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
98
97
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e // indirect
@@ -126,7 +125,7 @@ require (
126
125
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
127
126
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
128
127
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
129
- github.com/distribution/reference v0.5 .0 // indirect
128
+ github.com/distribution/reference v0.6 .0 // indirect
130
129
github.com/dlclark/regexp2 v1.11.4 // indirect
131
130
github.com/docker/docker v27.2.1+incompatible // indirect
132
131
github.com/docker/go-connections v0.4.0 // indirect
@@ -229,9 +228,9 @@ require (
229
228
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
230
229
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
231
230
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
232
- github.com/open-policy-agent/opa v0.68 .0 // indirect
231
+ github.com/open-policy-agent/opa v1.4 .0 // indirect
233
232
github.com/opencontainers/go-digest v1.0.0 // indirect
234
- github.com/opencontainers/image-spec v1.1.0 // indirect
233
+ github.com/opencontainers/image-spec v1.1.1 // indirect
235
234
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
236
235
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
237
236
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -261,7 +260,7 @@ require (
261
260
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
262
261
github.com/stretchr/objx v0.5.2 // indirect
263
262
github.com/subosito/gotenv v1.6.0 // indirect
264
- github.com/tchap/go-patricia/v2 v2.3.1 // indirect
263
+ github.com/tchap/go-patricia/v2 v2.3.2 // indirect
265
264
github.com/tmccombs/hcl2json v0.3.6 // indirect
266
265
github.com/ulikunitz/xz v0.5.11 // indirect
267
266
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -282,26 +281,26 @@ require (
282
281
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
283
282
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
284
283
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
285
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
284
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
286
285
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
287
286
go.opentelemetry.io/otel/metric v1.35.0 // indirect
288
287
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
289
288
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
290
289
go.uber.org/automaxprocs v1.6.0 // indirect
291
290
go.uber.org/multierr v1.11.0 // indirect
292
- golang.org/x/crypto v0.33 .0 // indirect
291
+ golang.org/x/crypto v0.36 .0 // indirect
293
292
golang.org/x/mod v0.22.0 // indirect
294
- golang.org/x/sync v0.11 .0 // indirect
295
- golang.org/x/sys v0.30 .0 // indirect
296
- golang.org/x/term v0.29 .0 // indirect
297
- golang.org/x/text v0.22 .0 // indirect
298
- golang.org/x/time v0.8 .0 // indirect
293
+ golang.org/x/sync v0.12 .0 // indirect
294
+ golang.org/x/sys v0.31 .0 // indirect
295
+ golang.org/x/term v0.30 .0 // indirect
296
+ golang.org/x/text v0.23 .0 // indirect
297
+ golang.org/x/time v0.11 .0 // indirect
299
298
golang.org/x/tools v0.27.0 // indirect
300
299
google.golang.org/api v0.215.0 // indirect
301
300
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
302
301
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
303
302
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
304
- google.golang.org/protobuf v1.36.5 // indirect
303
+ google.golang.org/protobuf v1.36.6 // indirect
305
304
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
306
305
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
307
306
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
0 commit comments