download latest dep releases instead of fetching from HEAD

This commit is contained in:
tariqibrahim 2018-11-03 16:50:29 -07:00
parent 1978bed594
commit 41b171080c

View file

@ -226,7 +226,7 @@ check_dead_links:
.PHONY: dep-ensure
dep-ensure:
dep version || go get -u github.com/golang/dep/cmd/dep
dep version || curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure -v
dep prune -v
find vendor -name '*_test.go' -delete