module github.com/leaanthony/go-ansi-parser

go 1.16

require (
	github.com/matryer/is v1.4.0
	github.com/rivo/uniseg v0.2.0
)
