Move ansi helpers to termenv

This commit is contained in:
Christian Muehlhaeuser
2020-01-31 13:47:36 +01:00
parent bb06373836
commit f382f4db4a
9 changed files with 34 additions and 71 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/charmbracelet/tea
go 1.13
require (
github.com/muesli/termenv v0.4.1-0.20200131124310-936567584c3e
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
)