0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-06 01:15:55 +02:00
gitea/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
)