Bump grpc-go to 1.37.0 (#230)

Pulls in support for XDS v3
This commit is contained in:
Erik Johansson
2021-04-29 16:48:41 +02:00
committed by GitHub
parent 2f55ac63a4
commit bdf97bc934
2 changed files with 10 additions and 1 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
google.golang.org/api v0.29.0 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.25.1-0.20200805231151-a709e31e5d12
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)