module github.com/muesli/termenv

go 1.13

require (
	github.com/aymanbagabas/go-osc52 v1.0.3
	github.com/lucasb-eyer/go-colorful v1.2.0
	github.com/mattn/go-isatty v0.0.16
	github.com/mattn/go-runewidth v0.0.14
	golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
)