mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
12 lines
279 B
AMPL
12 lines
279 B
AMPL
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/charmbracelet/bubbletea v0.12.0
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/muesli/termenv v0.7.4
|
|
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
|
|
)
|