4 Commits

Author SHA1 Message Date
Brandon Philips
7247d9b3ee chore(update): put the deps into their own file 2013-08-07 09:32:21 -07:00
Brandon Philips
9115a7e422 fix(third_party): don't intermix go-raft
the previous commit added both benbjohnson and coreos go-raft repos.
This is just asking for trouble. Only use the coreos version in the
third_party directory and maintain the coreos/master branch.
2013-08-06 12:47:55 -07:00
Brandon Philips
5f6d331e6a feat(third_party): use this directory
The third_party directory has all of the dependencies needed to build
etcd so that we can have a consistent build. `go get` should not be
called at any point during the build process.
2013-08-06 11:38:43 -07:00
Brandon Philips
c03d4666b8 feat(third_party): initial update script
This update script does a go get and then checks in just the code into
the third_party directory
2013-08-06 10:52:21 -07:00