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-22 11:23:25 -04:00
github.com/muesli/termenv v0.7.2
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
2020-08-22 11:23:25 -04:00
golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect
)