Bump grpc lib and fix deprecations (#286)

* Bump google.golang.org/grpc from 1.37.0 to 1.44.0

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Jeff Widman
2022-02-05 07:28:05 -08:00
committed by GitHub
parent b890db745f
commit b34b13bab3
5 changed files with 43 additions and 23 deletions

3
go.mod
View File

@@ -8,8 +8,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/jhump/protoreflect v1.10.2
golang.org/x/text v0.3.7 // indirect
google.golang.org/grpc v1.37.0
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.26.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)