diff --git a/Makefile b/Makefile index 7eaae99..f80b2cc 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,6 @@ worker: compile ../../../../bin/herald-worker compile: - go install ./... \ No newline at end of file + go install ./... +deps: + dep ensure