Add descriptions to example programs and bump deps in examples

This commit is contained in:
Christian Rocha
2020-10-14 11:51:04 -04:00
parent a588b61db4
commit 51e97bb959
9 changed files with 31 additions and 5 deletions

View File

@@ -4,12 +4,13 @@ go 1.13
require (
github.com/charmbracelet/bubbles v0.6.1
github.com/charmbracelet/bubbletea v0.10.3
github.com/charmbracelet/bubbletea v0.11.1
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/reflow v0.1.0
github.com/muesli/termenv v0.7.2
github.com/muesli/termenv v0.7.4
golang.org/x/sys v0.0.0-20201014080544-cc95f250f6bc // indirect
)
replace github.com/charmbracelet/bubbletea => ../