bubbletea/examples/go.mod

12 lines
279 B
Modula-2
Raw Normal View History

module examples
go 1.13
replace github.com/charmbracelet/tea => ../
require (
2020-02-01 22:28:31 -05:00
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
)