Bump grpc-go to 1.30.0 (#168)

* Bump grpc-go to 1.30.0
* Import new xds package instead of experimental

Co-authored-by: Erik Johansson <ejohansson@spotify.com>
This commit is contained in:
Erik Johansson
2020-07-13 19:16:48 +02:00
committed by GitHub
parent ff114930fd
commit b8c67b7a4e
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ require (
github.com/jhump/protoreflect v1.6.1
github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
google.golang.org/grpc v1.29.0
google.golang.org/grpc v1.30.0
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)