We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af53604 commit 353c8e1Copy full SHA for 353c8e1
openapi/go.mod
@@ -6,9 +6,9 @@ require (
6
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
7
github.com/golang/protobuf v1.4.3 // indirect
8
github.com/google/protobuf v3.15.0+incompatible // indirect
9
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.1.0
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
10
github.com/wechaty/go-grpc v0.18.12 // indirect
11
- google.golang.org/grpc v1.34.0
+ google.golang.org/grpc v1.36.0
12
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
13
- google.golang.org/protobuf v1.25.0
+ google.golang.org/protobuf v1.25.1-0.20201208041424-160c7477e0e8
14
)
0 commit comments