Bump google.golang.org/grpc from 1.21.1 to 1.27.0 (#426)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.1 to 1.27.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.21.1...v1.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-30 11:55:19 +11:00
committed by GitHub
parent de02a3356d
commit e8c7f9e2fe
2 changed files with 11 additions and 1 deletions

2
go.mod
View File

@@ -26,6 +26,6 @@ require (
golang.org/x/net v0.0.0-20190606173856-1492cefac77f // indirect
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c // indirect
google.golang.org/genproto v0.0.0-20191002211648-c459b9ce5143
google.golang.org/grpc v1.21.1
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.4 // indirect
)