You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 126B

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