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 19:26:40 -04:00
|
|
|
github.com/charmbracelet/bubbletea v0.0.0-00010101000000-000000000000
|
2020-01-20 13:35:03 -05:00
|
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
2020-04-30 19:29:59 -04:00
|
|
|
github.com/muesli/termenv v0.5.2
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|