bubbletea/go.mod

10 lines
215 B
Modula-2
Raw Normal View History

2020-01-10 16:02:04 -05:00
module tea
go 1.13
require (
2020-01-14 13:47:36 -05:00
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
2020-01-10 16:02:04 -05:00
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
2020-01-10 16:02:04 -05:00
)