forked from Mirrors/bubbletea
19 lines
539 B
Modula-2
19 lines
539 B
Modula-2
module examples
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.13.1-0.20220815142520-649f78e1fd8b
|
|
github.com/charmbracelet/bubbletea v0.22.0
|
|
github.com/charmbracelet/glamour v0.6.0
|
|
github.com/charmbracelet/harmonica v0.2.0
|
|
github.com/charmbracelet/lipgloss v0.6.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.17
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.14.0
|
|
)
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|