This commit is contained in:
2024-05-13 21:43:47 -07:00
commit f21c916eb3
15 changed files with 437 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
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
)