initial
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user