-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathglide.yaml
44 lines (44 loc) · 989 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
38
39
40
41
42
43
44
package: github.com/ehazlett/interlock
import:
- package: github.com/BurntSushi/toml
version: ~0.3.0
- package: github.com/Sirupsen/logrus
version: ~0.11.5
- package: github.com/codegangsta/cli
version: ~1.19.1
- package: github.com/docker/docker
version: ~17.4.0-ce-rc2
subpackages:
- api/types
- api/types/container
- api/types/events
- api/types/filters
- api/types/network
- client
- pkg/tlsconfig
- package: github.com/docker/go-connections
version: ~0.2.1
subpackages:
- nat
- package: github.com/docker/libkv
version: ~0.2.1
subpackages:
- store
- store/consul
- store/etcd
- package: github.com/ehazlett/ttlcache
- package: github.com/influxdata/influxdb
version: ~1.2.2
subpackages:
- client/v2
- package: github.com/prometheus/client_golang
version: ~0.8.0
subpackages:
- prometheus
- package: golang.org/x/net
subpackages:
- context
- package: github.com/docker/distribution
version: ~2.6.1
subpackages:
- reference