mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
12 lines
297 B
AMPL
12 lines
297 B
AMPL
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbletea v0.8.3-0.20200622174044-8bab4bce9a84
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
|
|
)
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../bubbletea
|