diff --git a/examples/go.mod b/examples/go.mod index 8c1eebe..754cb23 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -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 )