|
module git.eeqj.de/sneak/go-simplelog
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-isatty v0.0.20
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|