Initial Commit
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module go.arsenm.dev/logger
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/gookit/color v1.5.1
|
||||
github.com/mattn/go-isatty v0.0.14
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
||||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user