Skip to content

Commit c9be2e4

Browse files
fix(deps): update module google.golang.org/api to v0.256.0
1 parent c014cd3 commit c9be2e4

File tree

2 files changed

+98
-17
lines changed

2 files changed

+98
-17
lines changed

go.mod

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,50 @@
11
module github.com/drone-plugins/drone-buildx-gar
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.2
66

77
require (
88
github.com/drone-plugins/drone-buildx v1.3.11
99
github.com/joho/godotenv v1.5.1
1010
github.com/sirupsen/logrus v1.9.0
11-
golang.org/x/oauth2 v0.13.0
12-
google.golang.org/api v0.151.0
11+
golang.org/x/oauth2 v0.33.0
12+
google.golang.org/api v0.256.0
1313
)
1414

1515
require (
16+
cloud.google.com/go/auth v0.17.0 // indirect
17+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1618
cloud.google.com/go/compute v1.23.1 // indirect
17-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
19+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
1820
github.com/coreos/go-semver v0.3.0 // indirect
1921
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2022
github.com/drone-plugins/drone-plugin-lib v0.4.2 // indirect
2123
github.com/drone/drone-go v1.7.1 // indirect
24+
github.com/felixge/httpsnoop v1.0.4 // indirect
25+
github.com/go-logr/logr v1.4.3 // indirect
26+
github.com/go-logr/stdr v1.2.2 // indirect
2227
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
23-
github.com/golang/protobuf v1.5.3 // indirect
24-
github.com/google/s2a-go v0.1.7 // indirect
25-
github.com/google/uuid v1.4.0 // indirect
26-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
27-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
28+
github.com/golang/protobuf v1.5.4 // indirect
29+
github.com/google/s2a-go v0.1.9 // indirect
30+
github.com/google/uuid v1.6.0 // indirect
31+
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
32+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
2833
github.com/inhies/go-bytesize v0.0.0-20210819104631-275770b98743 // indirect
2934
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3035
github.com/urfave/cli v1.22.2 // indirect
3136
go.opencensus.io v0.24.0 // indirect
32-
golang.org/x/crypto v0.14.0 // indirect
33-
golang.org/x/net v0.17.0 // indirect
34-
golang.org/x/sys v0.30.0 // indirect
35-
golang.org/x/text v0.13.0 // indirect
36-
google.golang.org/appengine v1.6.7 // indirect
37-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
38-
google.golang.org/grpc v1.59.0 // indirect
39-
google.golang.org/protobuf v1.31.0 // indirect
37+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
38+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
39+
go.opentelemetry.io/otel v1.37.0 // indirect
40+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
41+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
42+
golang.org/x/crypto v0.43.0 // indirect
43+
golang.org/x/net v0.46.0 // indirect
44+
golang.org/x/sys v0.37.0 // indirect
45+
golang.org/x/text v0.30.0 // indirect
46+
google.golang.org/appengine v1.6.8 // indirect
47+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
48+
google.golang.org/grpc v1.76.0 // indirect
49+
google.golang.org/protobuf v1.36.10 // indirect
4050
)

0 commit comments

Comments
 (0)