mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
33 lines
1.2 KiB
AMPL
33 lines
1.2 KiB
AMPL
module github.com/charmbracelet/bubbles/v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/MakeNowJust/heredoc v1.0.0
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/charmbracelet/bubbletea/v2 v2.0.0-alpha.2.0.20250204175057-2a96bc438da6
|
|
github.com/charmbracelet/harmonica v0.2.0
|
|
github.com/charmbracelet/lipgloss/v2 v2.0.0-alpha.2.0.20250204145343-96725424379d
|
|
github.com/charmbracelet/x/ansi v0.8.0
|
|
github.com/charmbracelet/x/exp/golden v0.0.0-20241212170349-ad4b7ae0f25f
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/sahilm/fuzzy v0.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-udiff v0.2.0 // indirect
|
|
github.com/charmbracelet/colorprofile v0.2.0 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.9-0.20250203222631-bea22a7f0a07 // indirect
|
|
github.com/charmbracelet/x/input v0.3.1 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/charmbracelet/x/windows v0.2.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
)
|