mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-24 14:44:38 +03:00
15 lines
423 B
Modula-2
15 lines
423 B
Modula-2
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/charmbracelet/bubbletea v0.12.2
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/muesli/reflow v0.2.0
|
|
github.com/muesli/termenv v0.7.4
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
|
|
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
|
|
)
|