Bump termenv to v0.5.0

This commit is contained in:
Christian Rocha
2020-03-31 11:18:42 -04:00
parent 87ff36e345
commit 58a047c2ac
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/charmbracelet/tea
go 1.13
require (
github.com/muesli/termenv v0.4.1-0.20200225030536-aeb2025df636
github.com/muesli/termenv v0.5.0
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
)