Codebase list golang-github-mattn-go-colorable / fresh-releases/main go.mod
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

go.mod @fresh-releases/mainraw · history · blame

1
2
3
4
5
6
7
8
module github.com/mattn/go-colorable

require (
	github.com/mattn/go-isatty v0.0.14
	golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
)

go 1.13