diff --git a/console-log.go b/console-log.go index 93ff6d9..940d36a 100644 --- a/console-log.go +++ b/console-log.go @@ -5,8 +5,8 @@ import ( "fmt" "os" - "portale-stac.it/packages/logger" - "portale-stac.it/packages/utils" + "git.portale-stac.it/go-pkg/logger" + "git.portale-stac.it/go-pkg/utils" ) // Implementation specific properties diff --git a/contextual-log.go b/contextual-log.go index 5d66388..e494955 100644 --- a/contextual-log.go +++ b/contextual-log.go @@ -4,7 +4,7 @@ package logimpl import ( "fmt" - "portale-stac.it/packages/logger" + "git.portale-stac.it/go-pkg/logger" ) type ContextualLog struct { diff --git a/go.mod b/go.mod index ec1ea80..85fff5e 100644 --- a/go.mod +++ b/go.mod @@ -1,17 +1,10 @@ -module portale-stac.it/packages/logimpl +module git.portale-stac.it/go-pkg/logimpl go 1.21.6 require ( - portale-stac.it/packages/golang v0.0.0 - portale-stac.it/packages/logger v0.0.0 - portale-stac.it/packages/utils v0.0.0 -) - -require golang.org/x/text v0.3.7 // indirect - -replace ( - portale-stac.it/packages/golang => ../golang - portale-stac.it/packages/logger => ../logger - portale-stac.it/packages/utils => ../utils + git.portale-stac.it/go-pkg/golang v0.0.0-20240219085442-2f0ac03cad1b // indirect + git.portale-stac.it/go-pkg/logger v0.0.0-20240219085847-ff3bc9e02e8f // indirect + git.portale-stac.it/go-pkg/utils v0.1.1 // indirect + golang.org/x/text v0.3.7 // indirect ) diff --git a/go.sum b/go.sum index 1f78e03..ba8e7d0 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,8 @@ +git.portale-stac.it/go-pkg/golang v0.0.0-20240219085442-2f0ac03cad1b h1:Sberp8pTOoER8U+QF+WMbt3G//e+AnVSRUZJdVqhmww= +git.portale-stac.it/go-pkg/golang v0.0.0-20240219085442-2f0ac03cad1b/go.mod h1:GAG043QWtbDDwQqhXVrk8jYn4qmiZq4yoj3OA3mifQw= +git.portale-stac.it/go-pkg/logger v0.0.0-20240219085847-ff3bc9e02e8f h1:n8LomIStI85zx2WnM+ereorHxzStS6VpYg6/eFDQLdk= +git.portale-stac.it/go-pkg/logger v0.0.0-20240219085847-ff3bc9e02e8f/go.mod h1:hsLhFo9MxUTIddProv8Wws6rG9mOEr1GH8anpEAlU/w= +git.portale-stac.it/go-pkg/utils v0.1.1 h1:NQbhuddV1qdvE8TtUs6N6/hFitaQ8GCVuzXOp0BfS4A= +git.portale-stac.it/go-pkg/utils v0.1.1/go.mod h1:PebQ45Qbe89aMTd3wcbcx1bkpNRW4/frNLnpuyZYovU= golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= diff --git a/logimpl.go b/logimpl.go index 289a6b5..569b616 100644 --- a/logimpl.go +++ b/logimpl.go @@ -10,9 +10,9 @@ import ( "strings" "time" - "portale-stac.it/packages/golang" - "portale-stac.it/packages/logger" - "portale-stac.it/packages/utils" + "git.portale-stac.it/go-pkg/golang" + "git.portale-stac.it/go-pkg/logger" + "git.portale-stac.it/go-pkg/utils" ) // Implementation specific properties diff --git a/report.go b/report.go index 6f2f4a3..bf8041f 100644 --- a/report.go +++ b/report.go @@ -6,8 +6,8 @@ import ( "slices" "strings" - "portale-stac.it/packages/logger" - "portale-stac.it/packages/utils" + "git.portale-stac.it/go-pkg/logger" + "git.portale-stac.it/go-pkg/utils" ) // Report params