forked from tronprotocol/grpc-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
46 lines (46 loc) · 1.07 KB
/
glide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
package: github.com/tronprotocol/grpc-gateway
import:
- package: github.com/go-resty/resty
- package: github.com/golang/glog
- package: github.com/golang/protobuf
subpackages:
- jsonpb
- proto
- protoc-gen-go/descriptor
- protoc-gen-go/generator
- protoc-gen-go/plugin
- ptypes
- ptypes/any
- ptypes/duration
- ptypes/empty
- ptypes/timestamp
- ptypes/wrappers
- package: github.com/grpc-ecosystem/grpc-gateway
subpackages:
- examples/examplepb
- examples/server
- examples/sub
- examples/sub2
- protoc-gen-grpc-gateway/descriptor
- protoc-gen-grpc-gateway/generator
- protoc-gen-grpc-gateway/gengateway
- protoc-gen-grpc-gateway/httprule
- protoc-gen-swagger/genswagger
- protoc-gen-swagger/options
- runtime
- runtime/internal
- utilities
- package: github.com/rogpeppe/fastuuid
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/genproto
subpackages:
- googleapis/api/annotations
- googleapis/rpc/errdetails
- package: google.golang.org/grpc
subpackages:
- codes
- grpclog
- metadata
- status