Bump termenv dependency

This commit is contained in:
Christian Rocha
2020-05-26 13:04:56 -04:00
parent 847c8b88a0
commit 35731d4046
2 changed files with 6 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.2
github.com/muesli/termenv v0.5.3-0.20200526053627-d728968dcf83
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
)