mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 20:56:17 +00:00
* feat: filepicker bubble * fix: bump bubbles to 1.16 * fix: allow customization of empty state * fix: change `Enter` to `Open` * fix: lint gomnd * fix: don't send msg, instead check if this update caused a selection
18 lines
497 B
AMPL
18 lines
497 B
AMPL
module github.com/charmbracelet/bubbles
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/charmbracelet/bubbletea v0.23.1
|
|
github.com/charmbracelet/harmonica v0.2.0
|
|
github.com/charmbracelet/lipgloss v0.6.0
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.13.0
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
)
|