mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-25 15:04:39 +03:00
11 lines
236 B
Modula-2
11 lines
236 B
Modula-2
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
|
|
)
|