Bumb Bubble Tea dependency

This commit is contained in:
Christian Rocha
2020-06-15 12:02:14 -04:00
parent d3192a3e70
commit 786ec557d4
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ module github.com/charmbracelet/bubbles
go 1.13
require (
github.com/charmbracelet/bubbletea v0.8.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/charmbracelet/bubbletea v0.8.1
github.com/mattn/go-runewidth v0.0.9
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
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
)