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-06-23 12:01:23 -04:00
|
|
|
github.com/charmbracelet/bubbles v0.3.1-0.20200623160017-c9196e5407ad
|
|
|
|
github.com/charmbracelet/bubbletea v0.9.1-0.20200623143446-d6cf9e69b6f2
|
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-17 15:00:13 -04:00
|
|
|
github.com/muesli/termenv v0.5.3-0.20200617154346-da5de72b61c0
|
2020-06-23 12:01:23 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|