Update grpc dependency to 1.32.

Simplify grpc testing infrastructure to align with upstream changes.
This commit is contained in:
Piotr Tabor
2021-02-09 13:00:01 +01:00
parent 57dcb037c0
commit 1a9c81abda
19 changed files with 63 additions and 58 deletions

View File

@@ -8,7 +8,7 @@ require (
github.com/golang/protobuf v1.3.5
github.com/grpc-ecosystem/grpc-gateway v1.14.6
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.29.1
google.golang.org/grpc v1.32.0
)
// Bad imports are sometimes causing attempts to pull that code.