1module github.com/fatih/color
2
3go 1.13
4
5require (
6	github.com/mattn/go-colorable v0.1.4
7	github.com/mattn/go-isatty v0.0.11
8)
9