1
0
mirror of https://github.com/strongdm/comply synced 2024-09-14 00:34:37 +00:00
comply/vendor/github.com/fatih/color/go.mod

9 lines
126 B
Modula-2
Raw Normal View History

module github.com/fatih/color
go 1.13
require (
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.11
)