mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-25 23:14:41 +03:00
17 lines
489 B
Modula-2
17 lines
489 B
Modula-2
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/charmbracelet/bubbletea v0.21.0
|
|
github.com/charmbracelet/harmonica v0.2.0
|
|
github.com/charmbracelet/lipgloss v0.5.0
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
)
|