Skip to content

Commit 06047c2

Browse files
Bump google.golang.org/grpc (#2172)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.51.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa16edb commit 06047c2

File tree

2 files changed

+12
-56
lines changed
  • _examples/mvc/grpc-compatible-bidirectional-stream

2 files changed

+12
-56
lines changed

_examples/mvc/grpc-compatible-bidirectional-stream/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/golang/protobuf v1.5.2
77
github.com/kataras/iris/v12 v12.2.0-beta7
8-
google.golang.org/grpc v1.51.0
8+
google.golang.org/grpc v1.53.0
99
google.golang.org/protobuf v1.28.1
1010
)
1111

@@ -64,7 +64,7 @@ require (
6464
golang.org/x/text v0.7.0 // indirect
6565
golang.org/x/time v0.3.0 // indirect
6666
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
67-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
67+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
6868
gopkg.in/ini.v1 v1.67.0 // indirect
6969
gopkg.in/yaml.v3 v3.0.1 // indirect
7070
)

_examples/mvc/grpc-compatible-bidirectional-stream/go.sum

Lines changed: 10 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)