First commit

This commit is contained in:
Joe Beda
2014-06-06 16:40:48 -07:00
commit 2c4b3a562c
250 changed files with 47501 additions and 0 deletions

13
third_party/deps.sh vendored Executable file
View 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"