diff --git a/Makefile b/Makefile index fef7c4dbe..3952d7bd1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ +DEP_VERSION=0.4.1 + dependency: - go get -u github.com/golang/dep/cmd/dep + curl -fsSL -o ${GOPATH}/bin/dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 + chmod +x ${GOPATH}/bin/dep dep ensure test: