forked from Mirrors/bubbletea
14 lines
332 B
Modula-2
14 lines
332 B
Modula-2
module examples
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.6.0
|
|
github.com/charmbracelet/bubbletea v0.10.3
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/muesli/reflow v0.1.0
|
|
github.com/muesli/termenv v0.7.2
|
|
)
|