From dbf6ff94fd1a9164eefdca177cc53a21a10b5f13 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 30 Jun 2022 17:21:14 +0530 Subject: [PATCH] Drop GOPRIVATE from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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