File: go.mod

package info (click to toggle)
golang-github-fatih-color 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/fatih/color

go 1.17

require (
	github.com/mattn/go-colorable v0.1.13
	github.com/mattn/go-isatty v0.0.20
)

require golang.org/x/sys v0.18.0