Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/googleapis/gax-go/v2 to v2.13.0 #973

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module github.com/bazelbuild/bazel-toolchains
go 1.16

require (
cloud.google.com/go v0.57.0
cloud.google.com/go/storage v1.6.0
cloud.google.com/go v0.115.0
cloud.google.com/go/monitoring v1.20.1
cloud.google.com/go/storage v1.41.0
github.com/bazelbuild/bazelisk v1.7.4
github.com/coreos/go-semver v0.3.0
github.com/golang/protobuf v1.4.1
github.com/golang/protobuf v1.5.4
github.com/google/go-containerregistry v0.4.0
github.com/googleapis/gax-go/v2 v2.0.5
google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
github.com/googleapis/gax-go/v2 v2.13.0
google.golang.org/genproto v0.0.0-20240708141625-4ad9e859172b
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d
)
Loading
Loading