bubbletea/go.mod

13 lines
342 B
Modula-2
Raw Normal View History

module github.com/charmbracelet/bubbletea
2020-01-10 16:02:04 -05:00
go 1.13
require (
github.com/containerd/console v1.0.1
github.com/mattn/go-isatty v0.0.12
2021-01-15 12:36:59 -05:00
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
2021-04-02 19:43:33 -04:00
github.com/muesli/termenv v0.8.1
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
)