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-05-25 20:10:15 -04:00
|
|
|
github.com/charmbracelet/bubbles v0.0.0-20200526000837-87c7cd778f80
|
|
|
|
github.com/charmbracelet/bubbletea v0.6.4-0.20200525234836-3b8b011b5a26
|
2020-01-20 13:35:03 -05:00
|
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
2020-06-17 15:00:13 -04:00
|
|
|
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|