module github.com/derailed/tcell/v2

go 1.19

require (
	github.com/gdamore/encoding v1.0.0
	github.com/lucasb-eyer/go-colorful v1.2.0
	github.com/mattn/go-runewidth v0.0.14
	github.com/rs/zerolog v1.22.0
	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
	golang.org/x/text v0.5.0
)

require github.com/rivo/uniseg v0.2.0 // indirect
