mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(update): put the deps into their own file
This commit is contained in:
parent
a790fbc975
commit
7247d9b3ee
9
third_party/deps
vendored
Executable file
9
third_party/deps
vendored
Executable 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
10
third_party/update
vendored
@ -1,14 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
packages="
|
. ./deps
|
||||||
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
|
|
||||||
"
|
|
||||||
|
|
||||||
export GOPATH=${PWD}
|
export GOPATH=${PWD}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user