diff --git a/Makefile b/Makefile index b0677d15..bc8882c2 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ databases: sleep 30 dep: + wget -q https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 + chmod +x dep-linux-amd64 + sudo mv dep-linux-amd64 /usr/local/bin/dep dep ensure dev-deps: