mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
12 lines
279 B
Modula-2
12 lines
279 B
Modula-2
module examples
|
|
|
|
go 1.13
|
|
|
|
replace github.com/charmbracelet/tea => ../
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.0.0-20200126032228-29799c315162
|
|
github.com/charmbracelet/teaparty v0.0.0-20200126032257-419df0b7a206
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
|
)
|