summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/fatih/color@v1.13.0/go.mod
blob: c9b3cd59a2b441d5bcd6fa159370277e4e9af3f1 (plain)
1
2
3
4
5
6
7
8
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
)