logimpl/go.mod

11 lines
321 B
Modula-2
Raw Normal View History

2024-02-19 12:42:02 +01:00
module git.portale-stac.it/go-pkg/logimpl
2024-02-19 10:12:07 +01:00
go 1.21.6
require (
2024-02-19 12:42:02 +01:00
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
2024-02-19 10:12:07 +01:00
)