diff --git a/Makefile b/Makefile index 0e17b10..0eda290 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: tidy tidy: - GOPRIVATE=github.com/paralus/* go mod tidy + go mod tidy .PHONY: vendor vendor: go mod vendor