Updated vendor.json

This commit is contained in:
Carlos Salguero
2017-02-01 01:07:33 -03:00
parent e83306a358
commit abb134babc
3 changed files with 206 additions and 0 deletions

View File

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