2020-01-20 13:35:03 -05:00
|
|
|
module examples
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-10-22 16:42:53 -04:00
|
|
|
github.com/charmbracelet/bubbles v0.7.1
|
|
|
|
github.com/charmbracelet/bubbletea v0.12.1
|
2020-10-21 15:49:04 -04:00
|
|
|
github.com/charmbracelet/glamour v0.2.0 // indirect
|
2020-01-20 13:35:03 -05:00
|
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
2020-10-02 18:31:19 -04:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
2020-06-18 21:08:26 -04:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-10-02 18:31:19 -04:00
|
|
|
github.com/muesli/reflow v0.1.0
|
2020-10-14 11:51:04 -04:00
|
|
|
github.com/muesli/termenv v0.7.4
|
2020-10-20 14:10:15 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
2020-10-22 16:42:53 -04:00
|
|
|
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|
2020-10-12 22:36:24 -04:00
|
|
|
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|