Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennaEpp committed Nov 12, 2024
1 parent 5b942db commit 9f635fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ retract [v1.25.0, v1.27.0] // due to https://github.com/googleapis/google-cloud-

require (
cloud.google.com/go v0.116.0
cloud.google.com/go/auth v0.10.0
cloud.google.com/go/auth/oauth2adapt v0.2.5
cloud.google.com/go/compute/metadata v0.5.2
cloud.google.com/go/iam v1.2.1
cloud.google.com/go/longrunning v0.6.1
Expand All @@ -30,8 +32,6 @@ require (

require (
cel.dev/expr v0.16.1 // indirect
cloud.google.com/go/auth v0.10.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
cloud.google.com/go/monitoring v1.21.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
Expand Down

0 comments on commit 9f635fb

Please sign in to comment.