From 1c5a9235969bb90c4d447083485f0cc2c21234f2 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 17 Aug 2018 01:47:16 -0700 Subject: [PATCH] dep --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: