Initial Commit

This commit is contained in:
2022-06-30 03:07:29 -07:00
commit 0fbc5dd1d9
12 changed files with 1691 additions and 0 deletions

13
go.mod Normal file
View 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
)