File tree 2 files changed +1046
-23
lines changed
2 files changed +1046
-23
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,12 @@ module github.com/jun06t/grpc-sample
3
3
go 1.12
4
4
5
5
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
8
7
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
10
9
github.com/lithammer/shortuuid v3.0.0+incompatible
11
- github.com/stretchr/testify v1.8.0 // indirect
12
10
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
17
14
)
You can’t perform that action at this time.
0 commit comments