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