module github.com/fatih/color

go 1.13

require (
	github.com/mattn/go-colorable v0.1.9
	github.com/mattn/go-isatty v0.0.14
)