ditch glide

This commit is contained in:
Anton Kaliaev
2018-02-27 18:02:40 +04:00
parent 93732b4c1e
commit 8dd06cf197
15 changed files with 69 additions and 419 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
GOTOOLS = \
github.com/golang/dep/cmd/dep \
github.com/tendermint/glide \
# gopkg.in/alecthomas/gometalinter.v2
PACKAGES=$(shell go list ./... | grep -v '/vendor/')
BUILD_TAGS?=tendermint
@@ -58,7 +57,7 @@ get_vendor_deps:
ensure_deps:
@rm -rf vendor/
@echo "--> Running dep"
@dep ensure
@dep ensure
draw_deps:
@# requires brew install graphviz or apt-get install graphviz