1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-18 03:26:08 +02:00
gitea/vendor/github.com/mattn/go-colorable/go.mod

9 lines
160 B
Modula-2
Raw Normal View History

module github.com/mattn/go-colorable
require (
github.com/mattn/go-isatty v0.0.12
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
)
go 1.13