Bump Bubble Tea and Termenv dependencies in examples

This commit is contained in:
Christian Rocha
2021-03-11 15:03:25 -05:00
parent c310475b99
commit a87e82a3e8
2 changed files with 7 additions and 5 deletions

View File

@@ -4,14 +4,14 @@ go 1.13
require (
github.com/charmbracelet/bubbles v0.7.6
github.com/charmbracelet/bubbletea v0.12.4
github.com/charmbracelet/bubbletea v0.13.0
github.com/charmbracelet/glamour v0.2.0
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.10
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.7.4
github.com/muesli/termenv v0.8.0
golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1 // indirect
)