fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.26k stars 615 forks source link

Vendor github.com/mattn/go-colorable and github.com/mattn/go-isatty #59

Closed fatih closed 7 years ago

fatih commented 7 years ago

This is needed so we can support the new API (needed here https://github.com/fatih/color/issues/57) without breaking existing packages. If we don't vendor and push the change, it will depend on a go-isatty dependency that might be not updated on users host. This is the safest way of supporting stability.