@@ -86,13 +86,13 @@ require (
86
86
go.uber.org/atomic v1.11.0
87
87
go.uber.org/mock v0.5.2
88
88
go.uber.org/zap v1.27.0
89
- golang.org/x/crypto v0.37 .0
89
+ golang.org/x/crypto v0.38 .0
90
90
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
91
91
golang.org/x/oauth2 v0.30.0
92
92
golang.org/x/sync v0.14.0
93
93
golang.org/x/sys v0.33.0
94
94
golang.org/x/time v0.11.0
95
- google.golang.org/api v0.229 .0
95
+ google.golang.org/api v0.235 .0
96
96
google.golang.org/grpc v1.72.2
97
97
google.golang.org/protobuf v1.36.6
98
98
gopkg.in/natefinch/lumberjack.v2 v2.0.0
@@ -107,17 +107,17 @@ require (
107
107
108
108
require (
109
109
cel.dev/expr v0.20.0 // indirect
110
- cloud.google.com/go v0.116 .0 // indirect
111
- cloud.google.com/go/auth v0.16.0 // indirect
110
+ cloud.google.com/go v0.120 .0 // indirect
111
+ cloud.google.com/go/auth v0.16.1 // indirect
112
112
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
113
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
114
- cloud.google.com/go/iam v1.2 .2 // indirect
115
- cloud.google.com/go/monitoring v1.22.1 // indirect
116
- cloud.google.com/go/pubsub v1.45.3 // indirect
113
+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
114
+ cloud.google.com/go/iam v1.5 .2 // indirect
115
+ cloud.google.com/go/monitoring v1.24.2 // indirect
116
+ cloud.google.com/go/pubsub v1.49.0 // indirect
117
117
filippo.io/edwards25519 v1.1.0 // indirect
118
118
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
119
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49 .0 // indirect
120
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49 .0 // indirect
119
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50 .0 // indirect
120
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50 .0 // indirect
121
121
github.com/KyleBanks/depth v1.2.1 // indirect
122
122
github.com/Microsoft/hcsshim v0.9.12 // indirect
123
123
github.com/RichardKnop/logging v0.0.0-20190827224416-1a693bdd4fae // indirect
@@ -170,7 +170,7 @@ require (
170
170
github.com/google/renameio/v2 v2.0.0 // indirect
171
171
github.com/google/s2a-go v0.1.9 // indirect
172
172
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
173
- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
173
+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
174
174
github.com/gorilla/handlers v1.5.2 // indirect
175
175
github.com/gorilla/mux v1.8.1 // indirect
176
176
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
@@ -266,13 +266,13 @@ require (
266
266
go.uber.org/automaxprocs v1.6.0 // indirect
267
267
go.uber.org/multierr v1.11.0 // indirect
268
268
golang.org/x/arch v0.16.0 // indirect
269
- golang.org/x/net v0.39 .0 // indirect
270
- golang.org/x/term v0.31 .0 // indirect
271
- golang.org/x/text v0.24 .0 // indirect
269
+ golang.org/x/net v0.40 .0 // indirect
270
+ golang.org/x/term v0.32 .0 // indirect
271
+ golang.org/x/text v0.25 .0 // indirect
272
272
golang.org/x/tools v0.31.0 // indirect
273
- google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
274
- google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
275
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
273
+ google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
274
+ google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
275
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
276
276
gopkg.in/ini.v1 v1.67.0 // indirect
277
277
gopkg.in/yaml.v2 v2.4.0 // indirect
278
278
gorm.io/driver/sqlserver v1.4.1 // indirect
0 commit comments