mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
10 lines
199 B
AMPL
10 lines
199 B
AMPL
module github.com/charmbracelet/teaparty
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.2.0
|
|
github.com/muesli/termenv v0.5.2
|
|
golang.org/x/sys v0.0.0-20200430202703-d923437fa56d // indirect
|
|
)
|