mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-13 16:38:35 +00:00
12 lines
247 B
AMPL
12 lines
247 B
AMPL
module github.com/charmbracelet/teaparty
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/tea v0.3.0
|
|
github.com/muesli/termenv v0.5.2
|
|
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
|
|
)
|
|
|
|
replace github.com/charmbracelet/tea => ../tea
|