Skip to content

Commit

Permalink
Move over to go mod from dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nagiesek committed Jun 26, 2019
1 parent 2b68088 commit 13fbc4a
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 372 deletions.
367 changes: 0 additions & 367 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

1 change: 1 addition & 0 deletions build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi

export GOPATH=${PWD}/gopath
export GO="${GO:-go}"
export GOFLAGS="${GOFLAGS} -mod=vendor"

mkdir -p "${PWD}/bin"

Expand Down
2 changes: 2 additions & 0 deletions build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 13fbc4a

Please sign in to comment.