mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
13 lines
365 B
AMPL
13 lines
365 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.20200617154346-da5de72b61c0
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
|
|
)
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../bubbletea
|