Bump dependencies

This commit is contained in:
Christian Rocha
2020-06-22 13:54:16 -04:00
parent 8bab4bce9a
commit 719d246edd
4 changed files with 15 additions and 15 deletions

6
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.20200617122104-66d435cfe924
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
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-20200615200032-f1bc736245b1 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect
)