-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathglide.yaml
63 lines (63 loc) · 2.1 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
package: github.com/wercker/wercker
import:
- package: github.com/pborman/uuid
- package: github.com/wercker/go-gitignore
- package: github.com/Sirupsen/logrus
ref: 844911c
vcs: git
- package: github.com/codegangsta/cli
repo: https://github.com/wercker/codegangsta-cli
ref: 863dc328534d8e22f36386bce3da48dc572a8ddf
vcs: git
- package: github.com/docker/docker/pkg/term
- package: github.com/docker/docker/pkg/signal
- package: github.com/docker/docker/utils
- package: github.com/docker/go-units
# subpackages:
# - pkg/term
# - pkg/signal
# - utils
# ref: d3a6a53
# vcs: git
- package: github.com/fsouza/go-dockerclient
# ref: f6e9f5396e0e8f34472efe443d0cb7f9af162b88
# vcs: git
- package: github.com/termie/go-shutil
ref: bcacb06
vcs: git
- package: gopkg.in/yaml.v2
repo: https://github.com/wercker/yaml
ref: fix_bool
vcs: git
- package: github.com/chuckpreslar/emission
ref: 586ef24
vcs: git
- package: github.com/wercker/reporter-client
- package: github.com/inconshreveable/go-keen
ref: 3b8ced9
vcs: git
- package: github.com/joho/godotenv
ref: ead2e75
vcs: git
- package: github.com/stretchr/testify/suite
- package: github.com/stretchr/testify/assert
- package: golang.org/x/net/context
- package: golang.org/x/sys/unix
- package: github.com/mreiferson/go-snappystream
- package: github.com/wercker/journalhook
- package: github.com/jtacoma/uritemplates
- package: github.com/CenturyLinkLabs/docker-reg-client
ref: 0bb0ba20bf1a05629226c2da0fdf7a37b9f661ba
vcs: git
- package: github.com/google/shlex
- package: gopkg.in/fsnotify.v1
- package: github.com/cheggaaa/pb
- package: github.com/aws/aws-sdk-go
ref: v0.9.7
vcs: git
# this is dependency of aws-sdk-go, but glide doesn't install it unless you
# explicitly define it :-/
- package: github.com/vaughan0/go-ini
- package: github.com/coreos/go-systemd
ref: d08b1d0cf9e96bf287b33d3a2c55132e185b273b
vcs: git