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-07-14 18:31:35 -04:00
|
|
|
github.com/charmbracelet/bubbletea v0.9.1-0.20200713153904-2f53eeb54b90
|
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-06-25 12:42:31 -04:00
|
|
|
github.com/muesli/termenv v0.5.3-0.20200625163851-04b5c30e4c04
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|