build(deps): Bump google.golang.org/grpc from 1.31.1 to 1.32.0 (#5346)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.31.1 to 1.32.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.31.1...v1.32.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-09-09 13:42:47 +02:00
committed by GitHub
parent 098ebaee22
commit 72d832ff6c
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -27,5 +27,5 @@ require (
github.com/tendermint/tm-db v0.6.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
google.golang.org/grpc v1.31.1
google.golang.org/grpc v1.32.0
)