diff --git a/Makefile b/Makefile index 44d8eff..39a3d5b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: vendor + vendor: go mod vendor go mod tidy