|
module github.com/haunt98/go-test-color
|
|
|
|
go 1.18
|
|
|
|
require github.com/fatih/color v1.13.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
)
|