chore: dependabot, go mod tidy, update bubbles (#198)

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2022-01-21 12:04:54 -03:00
committed by GitHub
parent 608fde59ed
commit d79cac20cb
3 changed files with 37 additions and 9 deletions

View File

@@ -3,14 +3,13 @@ module examples
go 1.13
require (
github.com/charmbracelet/bubbles v0.10.0
github.com/charmbracelet/bubbles v0.10.2
github.com/charmbracelet/bubbletea v0.19.3
github.com/charmbracelet/glamour v0.4.0
github.com/charmbracelet/lipgloss v0.4.0
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.9.0
)