@@ -18,12 +18,12 @@ require (
18
18
go.uber.org/goleak v1.3.0
19
19
go.uber.org/multierr v1.11.0
20
20
go.uber.org/zap v1.27.0
21
- google.golang.org/api v0.236 .0
21
+ google.golang.org/api v0.237 .0
22
22
google.golang.org/grpc v1.73.0
23
23
)
24
24
25
25
require (
26
- cloud.google.com/go/auth v0.16.1 // indirect
26
+ cloud.google.com/go/auth v0.16.2 // indirect
27
27
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
28
28
cloud.google.com/go/compute/metadata v0.7.0 // indirect
29
29
cloud.google.com/go/iam v1.5.2 // indirect
@@ -62,24 +62,24 @@ require (
62
62
go.opentelemetry.io/collector/receiver/receivertest v0.128.1-0.20250610090210-188191247685 // indirect
63
63
go.opentelemetry.io/collector/receiver/xreceiver v0.128.1-0.20250610090210-188191247685 // indirect
64
64
go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 // indirect
65
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60 .0 // indirect
66
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
65
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61 .0 // indirect
66
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0 // indirect
67
67
go.opentelemetry.io/otel v1.36.0 // indirect
68
68
go.opentelemetry.io/otel/log v0.12.2 // indirect
69
69
go.opentelemetry.io/otel/metric v1.36.0 // indirect
70
70
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
71
71
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
72
72
go.opentelemetry.io/otel/trace v1.36.0 // indirect
73
- golang.org/x/crypto v0.38 .0 // indirect
74
- golang.org/x/net v0.40 .0 // indirect
73
+ golang.org/x/crypto v0.39 .0 // indirect
74
+ golang.org/x/net v0.41 .0 // indirect
75
75
golang.org/x/oauth2 v0.30.0 // indirect
76
- golang.org/x/sync v0.14 .0 // indirect
76
+ golang.org/x/sync v0.15 .0 // indirect
77
77
golang.org/x/sys v0.33.0 // indirect
78
- golang.org/x/text v0.25 .0 // indirect
79
- golang.org/x/time v0.11 .0 // indirect
78
+ golang.org/x/text v0.26 .0 // indirect
79
+ golang.org/x/time v0.12 .0 // indirect
80
80
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
81
81
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
82
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
82
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
83
83
google.golang.org/protobuf v1.36.6 // indirect
84
84
gopkg.in/yaml.v3 v3.0.1 // indirect
85
85
sigs.k8s.io/yaml v1.4.0 // indirect
0 commit comments