mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 20:56:17 +00:00
12 lines
257 B
AMPL
12 lines
257 B
AMPL
module examples
|
|
|
|
go 1.13
|
|
|
|
replace github.com/charmbracelet/teaparty => ../
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.0.0-20200220032354-23432f30dd46
|
|
github.com/charmbracelet/teaparty v0.0.0-20200212224515-b4d35fd52906
|
|
github.com/muesli/termenv v0.5.0
|
|
)
|