Skip to content

Commit 6499106

Browse files
chore: bump google.golang.org/api from 0.210.0 to 0.213.0 (coder#15929)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7152d6 commit 6499106

File tree

2 files changed

+9
-71
lines changed

2 files changed

+9
-71
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ require (
204204
golang.org/x/text v0.21.0 // indirect
205205
golang.org/x/tools v0.28.0
206206
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
207-
google.golang.org/api v0.210.0
207+
google.golang.org/api v0.213.0
208208
google.golang.org/grpc v1.68.0
209209
google.golang.org/protobuf v1.35.2
210210
gopkg.in/DataDog/dd-trace-go.v1 v1.69.0
@@ -217,7 +217,7 @@ require (
217217
)
218218

219219
require (
220-
cloud.google.com/go/auth v0.11.0 // indirect
220+
cloud.google.com/go/auth v0.13.0 // indirect
221221
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
222222
cloud.google.com/go/logging v1.12.0 // indirect
223223
cloud.google.com/go/longrunning v0.6.2 // indirect
@@ -426,7 +426,6 @@ require (
426426
github.com/yuin/goldmark-emoji v1.0.4 // indirect
427427
github.com/zclconf/go-cty v1.15.0
428428
github.com/zeebo/errs v1.3.0 // indirect
429-
go.opencensus.io v0.24.0 // indirect
430429
go.opentelemetry.io/contrib v1.19.0 // indirect
431430
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
432431
go.opentelemetry.io/otel/metric v1.30.0 // indirect
@@ -439,7 +438,7 @@ require (
439438
google.golang.org/appengine v1.6.8 // indirect
440439
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
441440
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
442-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
441+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
443442
gopkg.in/yaml.v2 v2.4.0 // indirect
444443
howett.net/plist v1.0.0 // indirect
445444
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect

0 commit comments

Comments
 (0)