Skip to content

Commit 483f96f

Browse files
Bump google.golang.org/grpc from 1.19.0 to 1.53.0 in /metadata/client
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.19.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.19.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02c9ee4 commit 483f96f

File tree

2 files changed

+1110
-12
lines changed

2 files changed

+1110
-12
lines changed

metadata/client/go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module github.com/jun06t/grpc-sample/metadata/client
33
go 1.12
44

55
require (
6-
github.com/google/uuid v1.1.1 // indirect
7-
github.com/jun06t/grpc-sample v0.0.0-20190202065602-04efbcb79edc
6+
github.com/jun06t/grpc-sample v0.0.0-20230404043014-02c9ee4cc316
87
github.com/lithammer/shortuuid v3.0.0+incompatible
9-
google.golang.org/grpc v1.19.0
8+
google.golang.org/grpc v1.53.0
109
)

0 commit comments

Comments
 (0)