15 lines
285 B
Modula-2
15 lines
285 B
Modula-2
module gitea.cccvno1.com/chenchi/logx
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|