File: go.mod

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

go 1.14

require (
	github.com/lunixbochs/vtclean v1.0.0
	github.com/mattn/go-colorable v0.1.10
	github.com/mattn/go-isatty v0.0.14
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)