Skip to content

Commit 1e6b348

Browse files
committed
We don't actually use dep, so don't bootstrap it
1 parent 8cfd20f commit 1e6b348

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

script/bootstrap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@ if [[ "$(uname -s)" = "Darwin" ]]; then
1212
fi
1313
. script/ensure-go-installed.sh
1414

15-
go get -u github.com/golang/dep/cmd/dep
16-
1715
BASE="$GOPATH/src/github.com/github/git-sizer"
1816
rm -f "$BASE"
1917
mkdir -p $(dirname "$BASE")
2018
ln -s "$(pwd)/src" "$BASE"
21-
22-
(
23-
cd $BASE
24-
"$GOPATH/bin/dep" ensure
25-
"$GOPATH/bin/dep" prune
26-
)

0 commit comments

Comments
 (0)