Removed go get from build scripts since we have these in vendor already

pull/2884/head
Chris Bednarski 10 years ago
parent 93547ad91c
commit c10e0eb398

@ -25,10 +25,6 @@ fi
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
# Install dependencies
echo "==> Getting dependencies..."
go get -d ./...
# Delete the old dir
echo "==> Removing old directory..."
rm -f bin/*

Loading…
Cancel
Save