From 302a65bedba1754ab34c02a75fc19b5e98a9e8a4 Mon Sep 17 00:00:00 2001 From: Grigory Efimov Date: Wed, 11 Jan 2023 15:22:43 +0300 Subject: [PATCH] fix GOPRIVATE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4c028a8..f46b68b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: proto test test-coverage vet deps -export GOPRIVATE=github.com/anytypeio +export GOPRIVATE=github.com/anytypeio/* export GIT_TERMINAL_PROMPT=1 export PATH:=deps:$(PATH)