...

Text file src/github.com/fatih/color/go.mod

Documentation: github.com/fatih/color

     1module github.com/fatih/color
     2
     3go 1.17
     4
     5require (
     6	github.com/mattn/go-colorable v0.1.13
     7	github.com/mattn/go-isatty v0.0.20
     8)
     9
    10require golang.org/x/sys v0.14.0

View as plain text