mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Use local copy of Tea when building examples
This commit is contained in:
@@ -2,8 +2,10 @@ module examples
|
||||
|
||||
go 1.13
|
||||
|
||||
replace github.com/charmbracelet/tea => ../
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/tea v0.0.0-20200120185458-524cf2cffd81
|
||||
github.com/charmbracelet/tea v0.0.0-20200120190704-1e3967608725
|
||||
github.com/charmbracelet/teaparty v0.0.0-20200118155738-c83a0bee59b9
|
||||
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user