From 9abbe37e02833738d2c5326836f12c39e3f27082 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Thu, 19 Mar 2026 18:54:16 +0100 Subject: [PATCH] go.mod: appended /v2 to the module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a3b056c..7a41638 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.portale-stac.it/go-pkg/cli +module git.portale-stac.it/go-pkg/cli/v2 go 1.25.4