Bump google.golang.org/grpc from 1.29.0 to 1.29.1 (#492)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.29.0...v1.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-24 09:45:12 +10:00
committed by GitHub
parent ea2e56c1c7
commit 63635e2ee8
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -27,5 +27,5 @@ require (
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/genproto v0.0.0-20191002211648-c459b9ce5143
google.golang.org/grpc v1.29.0
google.golang.org/grpc v1.29.1
)