mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
36 lines
1.3 KiB
AMPL
36 lines
1.3 KiB
AMPL
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/MakeNowJust/heredoc v1.0.0
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/charmbracelet/bubbletea v0.26.3-0.20240515201852-5648cc2d9070
|
|
github.com/charmbracelet/harmonica v0.2.0
|
|
github.com/charmbracelet/lipgloss v0.10.1-0.20240515201529-1969fb54fefe
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-runewidth v0.0.15
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.15.2
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/sahilm/fuzzy v0.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/x/ansi v0.1.1 // indirect
|
|
github.com/charmbracelet/x/input v0.1.0 // indirect
|
|
github.com/charmbracelet/x/term v0.1.1 // indirect
|
|
github.com/charmbracelet/x/windows v0.1.0 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|