module examples go 1.13 require ( github.com/charmbracelet/bubbles v0.9.1-0.20210917202525-0ac5ecdf8170 github.com/charmbracelet/bubbletea v0.14.1 github.com/charmbracelet/glamour v0.2.0 github.com/charmbracelet/lipgloss v0.3.0 github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776 github.com/lucasb-eyer/go-colorful v1.2.0 github.com/mattn/go-isatty v0.0.13 github.com/mattn/go-runewidth v0.0.13 github.com/muesli/reflow v0.3.0 github.com/muesli/termenv v0.9.0 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect ) replace github.com/charmbracelet/bubbletea => ../