Skip to content

Commit 23880cb

Browse files
authored
Merge pull request #18 from jun06t/dependabot/go_modules/google.golang.org/grpc-1.53.0
Bump google.golang.org/grpc from 1.24.0 to 1.53.0
2 parents 6a005f6 + d9bb9c4 commit 23880cb

File tree

2 files changed

+1046
-23
lines changed

2 files changed

+1046
-23
lines changed

go.mod

+5-8
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ module github.com/jun06t/grpc-sample
33
go 1.12
44

55
require (
6-
github.com/golang/protobuf v1.5.0
7-
github.com/google/uuid v1.3.0 // indirect
6+
github.com/golang/protobuf v1.5.2
87
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
9-
github.com/grpc-ecosystem/grpc-gateway v1.12.1
8+
github.com/grpc-ecosystem/grpc-gateway v1.16.0
109
github.com/lithammer/shortuuid v3.0.0+incompatible
11-
github.com/stretchr/testify v1.8.0 // indirect
1210
golang.org/x/net v0.7.0 // indirect
13-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
14-
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
15-
google.golang.org/grpc v1.24.0
16-
google.golang.org/protobuf v1.28.0
11+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
12+
google.golang.org/grpc v1.53.0
13+
google.golang.org/protobuf v1.28.1
1714
)

0 commit comments

Comments
 (0)