bubbletea/examples/go.mod

16 lines
366 B
Modula-2
Raw Normal View History

module examples
go 1.13
replace github.com/charmbracelet/bubbletea => ../
require (
2020-10-02 13:19:59 -04:00
github.com/charmbracelet/bubbles v0.6.0
2020-08-22 06:33:48 -04:00
github.com/charmbracelet/bubbletea v0.10.3
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.7.2
)
replace github.com/charmbracelet/bubbles => ../../bubbles