Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.40.0 to 1.53.0 (#30)
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.40.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent c3a2af8 commit 6ffd068
Show file tree
Hide file tree
Showing 2 changed files with 678 additions and 11 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ require (
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61
github.com/theplant/validator v0.0.0-20200421071236-b1bb50df4082
golang.org/x/net v0.7.0
google.golang.org/grpc v1.40.0
google.golang.org/grpc v1.53.0
)

require (
github.com/go-kit/log v0.2.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jjeffery/errors v1.0.3 // indirect
Expand All @@ -28,6 +27,6 @@ require (
github.com/rs/cors v1.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit 6ffd068

Please sign in to comment.