diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-24 22:07:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-24 22:07:51 +0000 |
commit | f7ef1854078303a5df9353343f732d6a83f44611 (patch) | |
tree | 100d10132c4cff6d1c006ee3261fe9150bb1c579 /go.mod | |
parent | b466256e1709af7396a8e64ed5e284046d648dae (diff) |
Bump google.golang.org/grpc from 1.40.0 to 1.41.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.40.0...v1.41.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/valyala/tcplisten v1.0.0 go.uber.org/multierr v1.7.0 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c - google.golang.org/grpc v1.40.0 + google.golang.org/grpc v1.41.0 ) require ( |