Rework spinner to allow for user-defined custom spinners

This commit is contained in:
Christian Rocha
2020-07-14 18:21:48 -04:00
parent f341e3c896
commit ccf4c90b6b
3 changed files with 20 additions and 32 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ go 1.13
require (
github.com/charmbracelet/bubbletea v0.8.3-0.20200622174044-8bab4bce9a84
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
)
replace github.com/charmbracelet/bubbletea => ../bubbletea