mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
11 lines
236 B
AMPL
11 lines
236 B
AMPL
module github.com/charmbracelet/progress/example
|
|
|
|
replace github.com/charmbracelet/bubbles => ../../
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.0.0-00010101000000-000000000000
|
|
github.com/charmbracelet/bubbletea v0.12.2
|
|
)
|