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

@ -16,6 +16,7 @@ fi
export GOPATH=${PWD}/gopath
export GO="${GO:-go}"
export GOFLAGS="${GOFLAGS} -mod=vendor"
mkdir -p "${PWD}/bin"