mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Remove input module (moved to another repo) and update input example
The input module is now in github.com/charmbracelet/teaparty/input
This commit is contained in:
5
examples/input/go.mod
Normal file
5
examples/input/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module input-example
|
||||
|
||||
go 1.13
|
||||
|
||||
require github.com/charmbracelet/teaparty v0.0.0-20200118155738-c83a0bee59b9 // indirect
|
||||
6
examples/input/go.sum
Normal file
6
examples/input/go.sum
Normal file
@@ -0,0 +1,6 @@
|
||||
github.com/charmbracelet/tea v0.0.0-20200118154546-df52853f9d94 h1:m2xhUqOw6OcefbPBR9Il0J0n0gB1663NoKU+vvkiLdU=
|
||||
github.com/charmbracelet/tea v0.0.0-20200118154546-df52853f9d94/go.mod h1:lijy1lXOKNwMjBu/jTT/DvR8yE9PhtX2olGFsCz9/Vk=
|
||||
github.com/charmbracelet/teaparty v0.0.0-20200118155738-c83a0bee59b9 h1:YQvJgppGVexnzIJ+KJlK9lBYA3+zXfdqZO/5Ngedtb0=
|
||||
github.com/charmbracelet/teaparty v0.0.0-20200118155738-c83a0bee59b9/go.mod h1:z8JWtuxM0oA+dZfi7BkgBW2YGbyOTbWAixFs46W3SK4=
|
||||
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 h1:A7GG7zcGjl3jqAqGPmcNjd/D9hzL95SuoOQAaFNdLU0=
|
||||
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942/go.mod h1:eCbImbZ95eXtAUIbLAuAVnBnwf83mjf6QIVH8SHYwqQ=
|
||||
@@ -6,9 +6,9 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"log"
|
||||
"tea"
|
||||
|
||||
"tea/input"
|
||||
"github.com/charmbracelet/tea"
|
||||
"github.com/charmbracelet/teaparty/input"
|
||||
)
|
||||
|
||||
type Model struct {
|
||||
|
||||
Reference in New Issue
Block a user