@@ -3,7 +3,7 @@ module github.com/ldebruijn/graphql-protect
3
3
go 1.24.0
4
4
5
5
require (
6
- cloud.google.com/go/storage v1.50 .0
6
+ cloud.google.com/go/storage v1.51 .0
7
7
github.com/jedib0t/go-pretty/v6 v6.6.7
8
8
github.com/prometheus/client_golang v1.21.1
9
9
github.com/stretchr/testify v1.10.0
@@ -14,33 +14,32 @@ require (
14
14
go.opentelemetry.io/contrib/propagators/autoprop v0.60.0
15
15
go.opentelemetry.io/otel v1.35.0
16
16
go.opentelemetry.io/otel/sdk v1.35.0
17
- google.golang.org/api v0.224 .0
17
+ google.golang.org/api v0.226 .0
18
18
gopkg.in/yaml.v3 v3.0.1
19
19
)
20
20
21
21
require (
22
- cel.dev/expr v0.19.1 // indirect
23
- cloud.google.com/go v0.116.0 // indirect
22
+ cel.dev/expr v0.19.2 // indirect
23
+ cloud.google.com/go v0.118.3 // indirect
24
24
cloud.google.com/go/auth v0.15.0 // indirect
25
25
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
26
26
cloud.google.com/go/compute/metadata v0.6.0 // indirect
27
- cloud.google.com/go/iam v1.2.2 // indirect
28
- cloud.google.com/go/monitoring v1.21.2 // indirect
27
+ cloud.google.com/go/iam v1.4.1 // indirect
28
+ cloud.google.com/go/monitoring v1.24.0 // indirect
29
29
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
30
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.2 // indirect
31
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.2 // indirect
30
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
31
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
32
32
github.com/agnivade/levenshtein v1.2.1 // indirect
33
33
github.com/beorn7/perks v1.0.1 // indirect
34
34
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
35
35
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36
- github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
36
+ github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
38
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
39
39
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
40
40
github.com/felixge/httpsnoop v1.0.4 // indirect
41
41
github.com/go-logr/logr v1.4.2 // indirect
42
42
github.com/go-logr/stdr v1.2.2 // indirect
43
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
44
43
github.com/google/s2a-go v0.1.9 // indirect
45
44
github.com/google/uuid v1.6.0 // indirect
46
45
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
@@ -55,7 +54,6 @@ require (
55
54
github.com/prometheus/common v0.62.0 // indirect
56
55
github.com/prometheus/procfs v0.15.1 // indirect
57
56
github.com/rivo/uniseg v0.4.7 // indirect
58
- go.opencensus.io v0.24.0 // indirect
59
57
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
60
58
go.opentelemetry.io/contrib/bridges/prometheus v0.60.0 // indirect
61
59
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
@@ -82,16 +80,16 @@ require (
82
80
go.opentelemetry.io/otel/trace v1.35.0 // indirect
83
81
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
84
82
go.uber.org/multierr v1.11.0 // indirect
85
- golang.org/x/crypto v0.35 .0 // indirect
86
- golang.org/x/net v0.36 .0 // indirect
87
- golang.org/x/oauth2 v0.27 .0 // indirect
88
- golang.org/x/sync v0.11 .0 // indirect
89
- golang.org/x/sys v0.30 .0 // indirect
90
- golang.org/x/text v0.22 .0 // indirect
91
- golang.org/x/time v0.10 .0 // indirect
92
- google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
93
- google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
94
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
83
+ golang.org/x/crypto v0.36 .0 // indirect
84
+ golang.org/x/net v0.37 .0 // indirect
85
+ golang.org/x/oauth2 v0.28 .0 // indirect
86
+ golang.org/x/sync v0.12 .0 // indirect
87
+ golang.org/x/sys v0.31 .0 // indirect
88
+ golang.org/x/text v0.23 .0 // indirect
89
+ golang.org/x/time v0.11 .0 // indirect
90
+ google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
91
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
92
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
95
93
google.golang.org/grpc v1.71.0 // indirect
96
94
google.golang.org/protobuf v1.36.5 // indirect
97
95
)
0 commit comments