bubbletea/examples/go.mod

12 lines
255 B
Modula-2
Raw Normal View History

module examples
go 1.13
replace github.com/charmbracelet/bubbletea => ../
require (
github.com/charmbracelet/bubbletea v0.0.0-00010101000000-000000000000
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/muesli/termenv v0.5.2
)