mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
10 lines
227 B
AMPL
10 lines
227 B
AMPL
module github.com/charmbracelet/teaparty
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.0.0-20200130023737-bb06373836b4
|
|
github.com/muesli/termenv v0.4.0
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
|
|
)
|