bubbletea/go.mod

11 lines
275 B
Modula-2
Raw Normal View History

module github.com/charmbracelet/bubbletea
2020-01-10 16:02:04 -05:00
go 1.13
require (
2020-08-19 14:11:02 -04:00
github.com/muesli/termenv v0.7.0
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
2020-08-19 14:11:02 -04:00
golang.org/x/sys v0.0.0-20200819171115-d785dc25833f // indirect
)