WIP manage dependencies

This commit is contained in:
Carlos Salguero
2017-02-01 12:56:20 -03:00
parent f462ae8e76
commit 6b0ed94bf1
4 changed files with 355 additions and 3 deletions

View File

@@ -449,7 +449,6 @@ build_go_binaries() {
echo "Building Go tools for $OS_ARCH ..."
go get -u github.com/kardianos/govendor
cd $GO_TOOLS_DIR
govendor fetch +external
make $OS_ARCH
cd $CUR_DIR