First commit
This commit is contained in:
13
third_party/deps.sh
vendored
Executable file
13
third_party/deps.sh
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
TOP_PACKAGES="
|
||||
github.com/coreos/go-etcd/etcd
|
||||
github.com/fsouza/go-dockerclient
|
||||
"
|
||||
|
||||
DEP_PACKAGES="
|
||||
gopkg.in/v1/yaml
|
||||
bitbucket.org/kardianos/osext
|
||||
github.com/coreos/go-log/log
|
||||
github.com/coreos/go-systemd/journal
|
||||
"
|
||||
|
||||
PACKAGES="$TOP_PACKAGES $DEP_PACKAGES"
|
Reference in New Issue
Block a user