mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-27 23:58:09 +03:00
12 lines
229 B
Modula-2
12 lines
229 B
Modula-2
module examples
|
|
|
|
go 1.13
|
|
|
|
replace github.com/charmbracelet/teaparty => ../
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.2.0
|
|
github.com/charmbracelet/teaparty v0.0.0-20200212224515-b4d35fd52906
|
|
github.com/muesli/termenv v0.5.0
|
|
)
|