@@ -18,7 +18,7 @@ require (
18
18
cloud.google.com/go/bigquery v1.66.2
19
19
cloud.google.com/go/monitoring v1.24.0
20
20
cloud.google.com/go/pubsub v1.47.0
21
- github.com/99designs/gqlgen v0.17.66
21
+ github.com/99designs/gqlgen v0.17.68
22
22
github.com/GoogleCloudPlatform/k8s-config-connector v1.128.0
23
23
github.com/blevesearch/bleve/v2 v2.4.4
24
24
github.com/blevesearch/bleve_index_api v1.1.12
@@ -50,7 +50,7 @@ require (
50
50
github.com/stretchr/testify v1.10.0
51
51
github.com/testcontainers/testcontainers-go v0.35.0
52
52
github.com/testcontainers/testcontainers-go/modules/postgres v0.35.0
53
- github.com/vektah/gqlparser/v2 v2.5.22
53
+ github.com/vektah/gqlparser/v2 v2.5.23
54
54
github.com/vikstrous/dataloadgen v0.0.6
55
55
github.com/yuin/gopher-lua v1.1.1
56
56
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0
@@ -65,11 +65,11 @@ require (
65
65
go.opentelemetry.io/otel/trace v1.34.0
66
66
go.uber.org/automaxprocs v1.6.0
67
67
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
68
- golang.org/x/oauth2 v0.26 .0
69
- golang.org/x/sync v0.11 .0
70
- golang.org/x/text v0.22 .0
71
- golang.org/x/tools v0.30 .0
72
- google.golang.org/api v0.221 .0
68
+ golang.org/x/oauth2 v0.28 .0
69
+ golang.org/x/sync v0.12 .0
70
+ golang.org/x/text v0.23 .0
71
+ golang.org/x/tools v0.31 .0
72
+ google.golang.org/api v0.223 .0
73
73
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
74
74
google.golang.org/grpc v1.70.0
75
75
google.golang.org/protobuf v1.36.5
@@ -84,7 +84,7 @@ require (
84
84
require (
85
85
cel.dev/expr v0.20.0 // indirect
86
86
cloud.google.com/go/ai v0.10.0 // indirect
87
- cloud.google.com/go/auth v0.14.1 // indirect
87
+ cloud.google.com/go/auth v0.15.0 // indirect
88
88
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
89
89
cloud.google.com/go/compute/metadata v0.6.0 // indirect
90
90
cloud.google.com/go/iam v1.4.0 // indirect
@@ -244,7 +244,7 @@ require (
244
244
github.com/russross/blackfriday/v2 v2.1.0 // indirect
245
245
github.com/sagikazarmark/locafero v0.7.0 // indirect
246
246
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
247
- github.com/securego/gosec/v2 v2.22.1 // indirect
247
+ github.com/securego/gosec/v2 v2.22.2 // indirect
248
248
github.com/segmentio/asm v1.2.0 // indirect
249
249
github.com/sethvargo/go-retry v0.3.0 // indirect
250
250
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
@@ -264,8 +264,8 @@ require (
264
264
github.com/tklauser/numcpus v0.9.0 // indirect
265
265
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
266
266
github.com/ugorji/go/codec v1.2.12 // indirect
267
- github.com/urfave/cli/v2 v2.27.5 // indirect
268
- github.com/vektra/mockery/v2 v2.52 .2 // indirect
267
+ github.com/urfave/cli/v2 v2.27.6 // indirect
268
+ github.com/vektra/mockery/v2 v2.53 .2 // indirect
269
269
github.com/wasilibs/go-pgquery v0.0.0-20240606042535-c0843d6592cc // indirect
270
270
github.com/wasilibs/wazero-helpers v0.0.0-20240604052452-61d7981e9a38 // indirect
271
271
github.com/x448/float16 v0.8.4 // indirect
@@ -283,26 +283,26 @@ require (
283
283
go.uber.org/multierr v1.11.0 // indirect
284
284
go.uber.org/zap v1.27.0 // indirect
285
285
golang.org/x/arch v0.8.0 // indirect
286
- golang.org/x/crypto v0.35 .0 // indirect
286
+ golang.org/x/crypto v0.36 .0 // indirect
287
287
golang.org/x/exp/typeparams v0.0.0-20240506185415-9bf2ced13842 // indirect
288
- golang.org/x/mod v0.23 .0 // indirect
289
- golang.org/x/net v0.35 .0 // indirect
290
- golang.org/x/sys v0.30 .0 // indirect
288
+ golang.org/x/mod v0.24 .0 // indirect
289
+ golang.org/x/net v0.37 .0 // indirect
290
+ golang.org/x/sys v0.31 .0 // indirect
291
291
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
292
- golang.org/x/term v0.29 .0 // indirect
292
+ golang.org/x/term v0.30 .0 // indirect
293
293
golang.org/x/time v0.10.0 // indirect
294
294
golang.org/x/vuln v1.1.4 // indirect
295
295
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
296
296
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
297
297
google.golang.org/genproto v0.0.0-20250218202821-56aae31c358a // indirect
298
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
298
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
299
299
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
300
300
gopkg.in/inf.v0 v0.9.1 // indirect
301
301
gopkg.in/ini.v1 v1.67.0 // indirect
302
302
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
303
303
gopkg.in/yaml.v2 v2.4.0 // indirect
304
304
gopkg.in/yaml.v3 v3.0.1 // indirect
305
- honnef.co/go/tools v0.6.0 // indirect
305
+ honnef.co/go/tools v0.6.1 // indirect
306
306
k8s.io/apiextensions-apiserver v0.31.0 // indirect
307
307
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
308
308
modernc.org/libc v1.55.3 // indirect
0 commit comments