diff --git a/Makefile b/Makefile index 7657868b5..b4c87fa49 100644 --- a/Makefile +++ b/Makefile @@ -53,3 +53,6 @@ test: loc: @find . -name "*.go" | xargs wc -l + +deps: + @go get -t -u ./...