2020-05-26 02:57:58 +03:00
|
|
|
module github.com/charmbracelet/bubbles
|
2020-01-18 18:57:38 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-01-30 05:46:03 +03:00
|
|
|
require (
|
2020-06-22 20:51:51 +03:00
|
|
|
github.com/charmbracelet/bubbletea v0.8.3-0.20200622174044-8bab4bce9a84
|
2020-06-15 19:02:14 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-06-22 20:51:51 +03:00
|
|
|
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
|
2020-06-08 20:06:38 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
|
2020-01-30 05:46:03 +03:00
|
|
|
)
|
2020-06-18 03:55:49 +03:00
|
|
|
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../bubbletea
|