mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 20:56:17 +00:00
Add progress bar example
This commit is contained in:
committed by
Christian Rocha
parent
6a768905a6
commit
b78277e7ec
@@ -0,0 +1,10 @@
|
||||
module github.com/charmbracelet/progress/example
|
||||
|
||||
replace github.com/charmbracelet/bubbles => ../../
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/bubbles v0.0.0-00010101000000-000000000000 // indirect
|
||||
github.com/muesli/reflow v0.2.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user