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-20200130023737-bb06373836b4
|
|
github.com/charmbracelet/teaparty v0.0.0-20200131125042-c25e6266d993
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
|
)
|