Update examples to use new subscription model

This commit is contained in:
Christian Rocha
2020-01-25 21:27:43 -05:00
parent 444c36b31f
commit 651b881a02
8 changed files with 49 additions and 26 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/charmbracelet/tea
go 1.13
require (
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
)