Skip to content

Commit a2fdeb1

Browse files
davidbenBoringssl LUCI CQ
authored andcommitted
go mod tidy
Change-Id: Iefaef8f647f677502f7b8d21d0ce24018372fd7b Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/77368 Reviewed-by: Bob Beck <[email protected]> Commit-Queue: David Benjamin <[email protected]>
1 parent d34af0a commit a2fdeb1

File tree

2 files changed

+28
-56
lines changed

2 files changed

+28
-56
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ module boringssl.googlesource.com/boringssl.git
33
go 1.24
44

55
require (
6+
cloud.google.com/go/storage v1.50.0
67
filippo.io/edwards25519 v1.1.0
78
golang.org/x/crypto v0.33.0
89
golang.org/x/net v0.35.0
10+
google.golang.org/api v0.221.0
911
)
1012

1113
require (
@@ -16,7 +18,6 @@ require (
1618
cloud.google.com/go/compute/metadata v0.6.0 // indirect
1719
cloud.google.com/go/iam v1.2.2 // indirect
1820
cloud.google.com/go/monitoring v1.21.2 // indirect
19-
cloud.google.com/go/storage v1.50.0 // indirect
2021
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
2122
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
2223
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
@@ -49,7 +50,6 @@ require (
4950
golang.org/x/term v0.29.0 // indirect
5051
golang.org/x/text v0.22.0 // indirect
5152
golang.org/x/time v0.10.0 // indirect
52-
google.golang.org/api v0.221.0 // indirect
5353
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
5454
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
5555
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect

0 commit comments

Comments
 (0)