blob: 4be93bbaf5daf410a5ce106d8435c970862ab91e [file] [log] [blame] [edit]
module github.com/mattn/go-tty
go 1.18
require (
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-runewidth v0.0.16
golang.org/x/sys v0.22.0
)
require github.com/rivo/uniseg v0.4.7 // indirect