go-test-color/go.mod

10 lines
207 B
Modula-2
Raw Normal View History

2020-11-11 04:11:43 +00:00
module github.com/haunt98/go-test-color
2021-03-17 05:06:21 +00:00
go 1.16
2020-11-11 15:36:53 +00:00
2020-12-18 10:14:02 +00:00
require (
2021-05-30 15:45:58 +00:00
github.com/fatih/color v1.12.0
github.com/mattn/go-isatty v0.0.13 // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
2020-12-18 10:14:02 +00:00
)