build(deps): bump google.golang.org/grpc from 1.29.1 to 1.37.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-28 07:52:24 +00:00
committed by GitHub
parent 5f23f29b3f
commit 4c9fecb51e
2 changed files with 6 additions and 2 deletions

2
go.mod
View File

@@ -29,7 +29,7 @@ require (
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
google.golang.org/grpc v1.29.1
google.golang.org/grpc v1.37.0
gopkg.in/yaml.v3 v3.0.0-20210107172259-749611fa9fcc
)