This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
glide.yaml
70 lines (55 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
package: github.com/m3db/m3cluster
import:
- package: github.com/m3db/m3x
version: 29bc232d9ad2e6c4a1804ccce095bb730fb1c6bc
- package: google.golang.org/grpc
version: 1.7.3
- package: github.com/coreos/etcd
version: 3.2.10
subpackages:
- clientv3
- integration
- embed
- package: github.com/golang/mock
version: ^1
subpackages:
- gomock
- mockgen
- package: github.com/golang/protobuf
version: 5a0f697c9ed9d68fef0116532c6e05cfeae00e55
subpackages:
- proto
- package: github.com/prometheus/client_model
version: fa8ad6fec33561be4280a8f0514318c79d7f6cb6
- package: github.com/prometheus/common
version: 9e0844febd9e2856f839c9cb974fbd676d1755a8
- package: github.com/uber-go/tally
version: ^3.0.0 # ie >= 3.0.0, < 4.0.0
- package: github.com/apache/thrift
version: 9549b25c77587b29be4e0b5c258221a4ed85d37a
- package: go.uber.org/atomic
version: ^1
- package: golang.org/x/crypto
version: 1351f936d976c60a0a48d728281922cf63eafb8d
repo: https://github.com/golang/crypto
vcs: git
- package: golang.org/x/net
version: ab5485076ff3407ad2d02db054635913f017b0ed
repo: https://github.com/golang/net
vcs: git
- package: golang.org/x/sys
version: d4feaf1a7e61e1d9e79e6c4e76c6349e9cab0a03
repo: https://github.com/golang/sys
vcs: git
- package: golang.org/x/time
version: a4bde12657593d5e90d0533a3e4fd95e635124cb
repo: https://github.com/golang/time
vcs: git
testImport:
- package: github.com/stretchr/testify
version: d77da356e56a7428ad25149ca77381849a6a5232
subpackages:
- assert
- require
- package: github.com/fortytw2/leaktest
version: ^1.1.0