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

Bump google.golang.org/grpc from 1.27.1 to 1.53.0 in /windows-builder/builder #625

Closed
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
11 changes: 5 additions & 6 deletions windows-builder/builder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ module github.com/GoogleCloudPlatform/cloud-builders-community/windows-builder/b
go 1.13

require (
cloud.google.com/go v0.53.0
cloud.google.com/go/storage v1.5.0
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/storage v1.27.0
github.com/dylanmei/iso8601 v0.1.0 // indirect
github.com/masterzen/winrm v0.0.0-20190308153735-1d17eaf15943
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db
github.com/pborman/uuid v1.2.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.19.0
google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce
google.golang.org/grpc v1.27.1 // indirect
golang.org/x/oauth2 v0.4.0
google.golang.org/api v0.103.0
google.golang.org/grpc v1.53.0 // indirect
)
Loading