Added existing files

This commit is contained in:
Celestino Amoroso 2024-02-19 12:42:02 +01:00
parent e509b1ddad
commit 67abfa9dae
6 changed files with 19 additions and 20 deletions

View File

@ -5,8 +5,8 @@ import (
"fmt" "fmt"
"os" "os"
"portale-stac.it/packages/logger" "git.portale-stac.it/go-pkg/logger"
"portale-stac.it/packages/utils" "git.portale-stac.it/go-pkg/utils"
) )
// Implementation specific properties // Implementation specific properties

View File

@ -4,7 +4,7 @@ package logimpl
import ( import (
"fmt" "fmt"
"portale-stac.it/packages/logger" "git.portale-stac.it/go-pkg/logger"
) )
type ContextualLog struct { type ContextualLog struct {

17
go.mod
View File

@ -1,17 +1,10 @@
module portale-stac.it/packages/logimpl module git.portale-stac.it/go-pkg/logimpl
go 1.21.6 go 1.21.6
require ( require (
portale-stac.it/packages/golang v0.0.0 git.portale-stac.it/go-pkg/golang v0.0.0-20240219085442-2f0ac03cad1b // indirect
portale-stac.it/packages/logger v0.0.0 git.portale-stac.it/go-pkg/logger v0.0.0-20240219085847-ff3bc9e02e8f // indirect
portale-stac.it/packages/utils v0.0.0 git.portale-stac.it/go-pkg/utils v0.1.1 // indirect
) golang.org/x/text v0.3.7 // indirect
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
) )

6
go.sum
View File

@ -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 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=

View File

@ -10,9 +10,9 @@ import (
"strings" "strings"
"time" "time"
"portale-stac.it/packages/golang" "git.portale-stac.it/go-pkg/golang"
"portale-stac.it/packages/logger" "git.portale-stac.it/go-pkg/logger"
"portale-stac.it/packages/utils" "git.portale-stac.it/go-pkg/utils"
) )
// Implementation specific properties // Implementation specific properties

View File

@ -6,8 +6,8 @@ import (
"slices" "slices"
"strings" "strings"
"portale-stac.it/packages/logger" "git.portale-stac.it/go-pkg/logger"
"portale-stac.it/packages/utils" "git.portale-stac.it/go-pkg/utils"
) )
// Report params // Report params