2020-11-11 04:11:43 +00:00
|
|
|
module github.com/haunt98/go-test-color
|
|
|
|
|
2024-08-22 07:49:13 +00:00
|
|
|
go 1.22
|
2022-04-13 08:23:53 +00:00
|
|
|
|
2024-10-23 04:21:49 +00:00
|
|
|
require github.com/fatih/color v1.18.0
|
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
|
2023-11-06 23:45:04 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-10-23 04:21:49 +00:00
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2020-12-18 10:14:02 +00:00
|
|
|
)
|