2020-01-20 13:35:03 -05:00
|
|
|
module examples
|
|
|
|
|
2022-09-14 19:08:36 -04:00
|
|
|
go 1.16
|
2020-01-20 13:35:03 -05:00
|
|
|
|
|
|
|
require (
|
2022-07-02 16:51:03 -04:00
|
|
|
github.com/charmbracelet/bubbles v0.13.1-0.20220815142520-649f78e1fd8b
|
2022-07-01 12:20:04 -04:00
|
|
|
github.com/charmbracelet/bubbletea v0.22.0
|
2022-11-10 03:03:14 -05:00
|
|
|
github.com/charmbracelet/glamour v0.6.0
|
2022-12-12 09:52:00 -05:00
|
|
|
github.com/charmbracelet/harmonica v0.2.0
|
2022-09-07 04:30:19 -04:00
|
|
|
github.com/charmbracelet/lipgloss v0.6.0
|
2020-01-20 13:35:03 -05:00
|
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
2021-03-11 15:03:25 -05:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
2022-12-29 12:03:13 -05:00
|
|
|
github.com/mattn/go-isatty v0.0.17
|
2021-03-03 19:44:56 -05:00
|
|
|
github.com/muesli/reflow v0.3.0
|
2023-02-07 10:12:49 -05:00
|
|
|
github.com/muesli/termenv v0.14.0
|
2020-01-20 13:35:03 -05:00
|
|
|
)
|
2020-10-12 22:36:24 -04:00
|
|
|
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|