mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-14 00:38:37 -07:00
12 lines
255 B
Modula-2
12 lines
255 B
Modula-2
module examples
|
|
|
|
go 1.13
|
|
|
|
replace github.com/charmbracelet/bubbletea => ../
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbletea v0.0.0-00010101000000-000000000000
|
|
github.com/fogleman/ease v0.0.0-20170301025033-8da417bf1776
|
|
github.com/muesli/termenv v0.5.2
|
|
)
|