Skip to content

Commit 353c8e1

Browse files
committed
Upgrade grpc-gateway v2.1 -> v2.3 (#109)
1 parent af53604 commit 353c8e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
77
github.com/golang/protobuf v1.4.3 // indirect
88
github.com/google/protobuf v3.15.0+incompatible // indirect
9-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.1.0
9+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
1010
github.com/wechaty/go-grpc v0.18.12 // indirect
11-
google.golang.org/grpc v1.34.0
11+
google.golang.org/grpc v1.36.0
1212
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
13-
google.golang.org/protobuf v1.25.0
13+
google.golang.org/protobuf v1.25.1-0.20201208041424-160c7477e0e8
1414
)

0 commit comments

Comments
 (0)