bubbletea/examples/go.mod

18 lines
489 B
Modula-2
Raw Normal View History

module examples
go 1.13
require (
2020-11-12 11:30:03 -05:00
github.com/charmbracelet/bubbles v0.7.5
2020-11-08 21:29:04 -05:00
github.com/charmbracelet/bubbletea v0.12.2
2020-10-26 21:23:25 -04:00
github.com/charmbracelet/glamour v0.2.0
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
2020-10-02 18:31:19 -04:00
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-runewidth v0.0.9
2020-10-26 21:23:25 -04:00
github.com/muesli/reflow v0.2.0
github.com/muesli/termenv v0.7.4
2020-10-26 21:23:25 -04:00
golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1 // indirect
)
2020-10-12 22:36:24 -04:00
replace github.com/charmbracelet/bubbletea => ../