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