2020-11-11 04:11:43 +00:00
|
|
|
module github.com/haunt98/go-test-color
|
|
|
|
|
2022-04-13 08:23:53 +00:00
|
|
|
go 1.18
|
|
|
|
|
2023-01-23 23:14:33 +00:00
|
|
|
require github.com/fatih/color v1.14.1
|
2020-11-11 15:36:53 +00:00
|
|
|
|
2020-12-18 10:14:02 +00:00
|
|
|
require (
|
2023-01-23 23:14:33 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
2020-12-18 10:14:02 +00:00
|
|
|
)
|