Move over to go mod from dep

This commit is contained in:
Nathan Gieseker
2019-06-17 21:33:01 -07:00
parent 2b6808807f
commit 13fbc4afdf
6 changed files with 84 additions and 372 deletions

View File

@ -12,6 +12,8 @@ ln -s ${PWD} ${GOPATH}/src/${REPO_PATH} || exit 255
export GO="${GO:-go}"
export GOOS=windows
export GOFLAGS="${GOFLAGS} -mod=vendor"
echo $GOFLAGS
PLUGINS=$(cat plugins/windows_only.txt)
for d in $PLUGINS; do