replace dep in makefile with glide

This commit is contained in:
Jakob Schrettenbrunner 2017-06-27 12:44:42 +02:00
parent a2af38f03e
commit 1a206872ff

View File

@ -20,9 +20,8 @@ coverage:
go tool cover -html=coverage.out go tool cover -html=coverage.out
dependencies: dependencies:
dep ensure glide install
install-tools: install-tools:
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/mitchellh/gox go get -u github.com/mitchellh/gox
go get -u github.com/haya14busa/goverage go get -u github.com/haya14busa/goverage