chore(update): put the deps into their own file

This commit is contained in:
Brandon Philips 2013-08-07 09:30:44 -07:00
parent a790fbc975
commit 7247d9b3ee
2 changed files with 10 additions and 9 deletions

9
third_party/deps vendored Executable file
View File

@ -0,0 +1,9 @@
packages="
github.com/coreos/go-raft
github.com/coreos/go-etcd
github.com/ccding/go-logging
github.com/ccding/go-config-reader
bitbucket.org/kardianos/osext
code.google.com/p/go.net
code.google.com/p/goprotobuf
"

10
third_party/update vendored
View File

@ -1,14 +1,6 @@
#!/bin/sh
packages="
github.com/coreos/go-raft
github.com/coreos/go-etcd
github.com/ccding/go-logging
github.com/ccding/go-config-reader
bitbucket.org/kardianos/osext
code.google.com/p/go.net
code.google.com/p/goprotobuf
"
. ./deps
export GOPATH=${PWD}