From ae3a3a7fb9d85e391fe95286c8e3b73b268ed094 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Mon, 19 Feb 2024 09:57:53 +0100 Subject: [PATCH] Fixed module path --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4fae332..f37c37d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,5 @@ -module portale-stac.it/packages/utils +module git.portale-stac.it/go-pkg/utils go 1.21 require golang.org/x/text v0.3.7 -