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

build(deps): bump google.golang.org/grpc from 1.39.0 to 1.56.3 #18

Closed
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
21 changes: 9 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,23 @@ module github.com/google/goblet
go 1.12

require (
cloud.google.com/go v0.86.0
cloud.google.com/go/logging v1.4.2
cloud.google.com/go/storage v1.16.0
cloud.google.com/go/errorreporting v0.3.0
cloud.google.com/go/logging v1.7.0
cloud.google.com/go/storage v1.29.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect
github.com/aws/aws-sdk-go v1.30.7 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/gitprotocolio v0.0.0-20210704173409-b5a56823ae52
github.com/google/uuid v1.1.2
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/api v0.50.0
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f
google.golang.org/grpc v1.39.0
go.opencensus.io v0.24.0
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
)
Loading