bubbletea/examples/go.mod

18 lines
496 B
Modula-2
Raw Normal View History

module examples
go 1.13
require (
2022-07-08 10:08:24 -04:00
github.com/charmbracelet/bubbles v0.13.0
github.com/charmbracelet/bubbletea v0.22.0
github.com/charmbracelet/glamour v0.5.0
2022-02-14 17:15:55 -05:00
github.com/charmbracelet/lipgloss v0.5.0
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
github.com/lucasb-eyer/go-colorful v1.2.0
2022-08-15 05:54:44 -04:00
github.com/mattn/go-isatty v0.0.16
2021-03-03 19:44:56 -05:00
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.12.1-0.20220615005108-4e9068de9898
)
2020-10-12 22:36:24 -04:00
replace github.com/charmbracelet/bubbletea => ../