diff --git a/Makefile b/Makefile index 20ded58..19a3a66 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL=/bin/bash .PHONY: deps deps: - dep ensure + dep ensure -vendor-only .PHONY: build build: $(GOFILES)