mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
12 lines
289 B
AMPL
12 lines
289 B
AMPL
module examples
|
|
|
|
go 1.13
|
|
|
|
replace github.com/charmbracelet/tea => ../../tea
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.0.0-20200212224832-82af5a5cb50b
|
|
github.com/charmbracelet/teaparty v0.0.0-20200212224515-b4d35fd52906
|
|
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
|
|
)
|