Bump Termenv to 0.7.0

This commit is contained in:
Christian Rocha
2020-08-19 14:11:02 -04:00
parent 30643a5e40
commit 8838839847
2 changed files with 8 additions and 6 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module github.com/charmbracelet/bubbletea
go 1.13
require (
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
github.com/muesli/termenv v0.7.0
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/sys v0.0.0-20200819171115-d785dc25833f // indirect
)