Bump Bubble Tea and Bubbles dependencies in examples

This commit is contained in:
Christian Rocha
2020-10-22 16:42:53 -04:00
parent a1d92e77c5
commit a0e3bcaa61
2 changed files with 8 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ module examples
go 1.13
require (
github.com/charmbracelet/bubbles v0.6.2-0.20201015225236-9c10cd058678
github.com/charmbracelet/bubbletea v0.12.0
github.com/charmbracelet/bubbles v0.7.1
github.com/charmbracelet/bubbletea v0.12.1
github.com/charmbracelet/glamour v0.2.0 // indirect
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.0.3
@@ -12,7 +12,7 @@ require (
github.com/muesli/reflow v0.1.0
github.com/muesli/termenv v0.7.4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
)
replace github.com/charmbracelet/bubbletea => ../