replace dep in makefile with glide
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user