2024-05-22 21:52:20 +00:00
|
|
|
module sneak.berlin/go/simplelog
|
2024-05-14 04:43:47 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|