Build vendored copy of go-bindata and use that in go generate step

Additionally remove all instances of `go get`ing go-bindata
This commit is contained in:
Jeff Grafton
2016-11-16 17:36:35 -08:00
parent ea576b7c53
commit 0d9d623f04
8 changed files with 26 additions and 25 deletions

View File

@@ -32,7 +32,6 @@ retry() {
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
retry go get github.com/tools/godep && godep version
retry go get github.com/jteeuwen/go-bindata/go-bindata
export LOG_LEVEL=4