Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 842a45b

Browse files
committed
distribution: remove gpm references and update to use dep
1 parent dc65ff8 commit 842a45b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: dist.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ set -e
55
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66
echo "working dir $DIR"
77
mkdir -p $DIR/dist
8-
mkdir -p $DIR/.godeps
9-
export GOPATH=$DIR/.godeps:$GOPATH
10-
GOPATH=$DIR/.godeps gpm install
8+
dep ensure || exit 1
119

1210
os=$(go env GOOS)
1311
arch=$(go env GOARCH)

0 commit comments

Comments
 (0)