Skip to content

Bump google.golang.org/grpc from 1.19.0 to 1.53.0 #17

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

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
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ go 1.14
require (
github.com/coreos/go-oidc v0.0.0-20171002155002-a93f71fdfe73
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190222133341-cfaf5686ec79
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect
google.golang.org/grpc v1.19.0
github.com/stretchr/testify v1.8.1
golang.org/x/net v0.5.0
google.golang.org/grpc v1.53.0
gopkg.in/h2non/gock.v1 v1.0.14
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
)
Loading