mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
9 lines
179 B
Modula-2
9 lines
179 B
Modula-2
module github.com/charmbracelet/tea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
|
|
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
|
|
)
|