Files
bubbletea/go.mod
Christoph Hartmann e84314c622 allow custom input and handle eof for os.input properly
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2020-12-30 17:59:00 -05:00

12 lines
281 B
Modula-2

module github.com/charmbracelet/bubbletea
go 1.13
require (
github.com/containerd/console v1.0.1
github.com/mattn/go-isatty v0.0.12
github.com/muesli/termenv v0.7.2
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634
)