Update to latest Bubble Tea renderer + bump termenv

This commit is contained in:
Christian Rocha
2020-06-08 13:06:38 -04:00
parent 12b2758d50
commit 72fd4e3e3e
2 changed files with 14 additions and 8 deletions
+4 -2
View File
@@ -3,6 +3,8 @@ module github.com/charmbracelet/bubbles
go 1.13
require (
github.com/charmbracelet/bubbletea v0.6.4-0.20200525234836-3b8b011b5a26
github.com/muesli/termenv v0.5.2
github.com/charmbracelet/bubbletea v0.8.0
github.com/muesli/termenv v0.5.3-0.20200526053627-d728968dcf83
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
)