Bump dependencies

This commit is contained in:
Christian Rocha
2020-06-22 13:51:51 -04:00
parent e9dd6b06e0
commit 2525319d72
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ module github.com/charmbracelet/bubbles
go 1.13
require (
github.com/charmbracelet/bubbletea v0.8.1
github.com/charmbracelet/bubbletea v0.8.3-0.20200622174044-8bab4bce9a84
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.5.3-0.20200617122104-66d435cfe924
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
)