-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
37 lines (37 loc) · 887 Bytes
/
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
package: github.com/relab/rkv
import:
- package: github.com/Sirupsen/logrus
version: ~0.11.4
- package: github.com/gogo/protobuf
version: ~0.4.0
subpackages:
- gogoproto
- proto
- package: github.com/hashicorp/go-immutable-radix
- package: github.com/hashicorp/raft
repo: https://github.com/s111/hashicorpraft.git
vcs: git
version: hashicorpraft
- package: github.com/coreos/etcd
repo: https://github.com/s111/etcd.git
vcs: git
version: etcdraft
- package: github.com/prometheus/client_golang
version: ~0.8.0
subpackages:
- prometheus/promhttp
- package: github.com/relab/raft
subpackages:
- commonpb
- raftgorums
- package: github.com/relab/gorums
repo: https://github.com/s111/gorums.git
vcs: git
version: raft
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
version: ~1.0.5
subpackages:
- grpclog