2020-01-20 13:35:03 -05:00
|
|
|
module examples
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-05-25 19:26:40 -04:00
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|
2020-01-22 19:08:44 -05:00
|
|
|
|
2020-01-20 13:35:03 -05:00
|
|
|
require (
|
2020-07-23 12:48:22 -04:00
|
|
|
github.com/charmbracelet/bubbles v0.5.0
|
2020-08-22 06:33:48 -04:00
|
|
|
github.com/charmbracelet/bubbletea v0.10.3
|
2020-01-20 13:35:03 -05:00
|
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
2020-06-18 21:08:26 -04:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
2020-09-28 16:42:39 -04:00
|
|
|
github.com/muesli/termenv v0.7.2
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|
2020-07-29 20:05:54 -04:00
|
|
|
|
|
|
|
replace github.com/charmbracelet/bubbles => ../../bubbles
|