bubbletea/examples/go.mod

19 lines
563 B
Modula-2
Raw Normal View History

module examples
go 1.13
require (
github.com/charmbracelet/bubbles v0.8.1-0.20210726164137-e723cfd15ee9
github.com/charmbracelet/bubbletea v0.13.1
2020-10-26 21:23:25 -04:00
github.com/charmbracelet/glamour v0.2.0
github.com/charmbracelet/lipgloss v0.1.2
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.12
github.com/mattn/go-runewidth v0.0.13
2021-02-06 14:16:50 -05:00
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
2021-04-02 19:43:33 -04:00
github.com/muesli/termenv v0.8.1
)
2020-10-12 22:36:24 -04:00
replace github.com/charmbracelet/bubbletea => ../