From f4fbd1e4d8e0348e06d87f1738ac9c121d92ff10 Mon Sep 17 00:00:00 2001 From: Fritz Larco Date: Mon, 14 Oct 2024 11:08:28 -0300 Subject: [PATCH] update prep.gomod.sh --- scripts/prep.gomod.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prep.gomod.sh b/scripts/prep.gomod.sh index 50cf37e..b1b5d25 100644 --- a/scripts/prep.gomod.sh +++ b/scripts/prep.gomod.sh @@ -3,6 +3,7 @@ set -e # exit on error echo 'prep.gomod.sh' go mod edit -dropreplace='github.com/flarco/g' go.mod go mod edit -dropreplace='github.com/slingdata-io/sling-cli' go.mod +go mod edit -droprequire='github.com/slingdata-io/sling' go.mod # go get github.com/flarco/g@HEAD # go get github.com/slingdata-io/sling-cli@HEAD go mod tidy \ No newline at end of file