mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
40d145e1ea
Bumps the all group with 2 updates: [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) and [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth). Updates `charm.land/bubbletea/v2` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](https://github.com/charmbracelet/bubbletea/compare/v2.0.6...v2.0.7) Updates `github.com/mattn/go-runewidth` from 0.0.23 to 0.0.24 - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.23...v0.0.24) --- updated-dependencies: - dependency-name: charm.land/bubbletea/v2 dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
1.2 KiB
AMPL
34 lines
1.2 KiB
AMPL
module charm.land/bubbles/v2
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
charm.land/bubbletea/v2 v2.0.7
|
|
charm.land/lipgloss/v2 v2.0.3
|
|
github.com/MakeNowJust/heredoc v1.0.0
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/charmbracelet/harmonica v0.2.0
|
|
github.com/charmbracelet/x/ansi v0.11.7
|
|
github.com/charmbracelet/x/exp/golden v0.0.0-20250806222409-83e3a29d542f
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/mattn/go-runewidth v0.0.24
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/sahilm/fuzzy v0.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-udiff v0.4.1 // indirect
|
|
github.com/charmbracelet/colorprofile v0.4.3 // indirect
|
|
github.com/charmbracelet/ultraviolet v0.0.0-20260525132238-948f4557a654 // indirect
|
|
github.com/charmbracelet/x/term v0.2.2 // indirect
|
|
github.com/charmbracelet/x/termios v0.1.1 // indirect
|
|
github.com/charmbracelet/x/windows v0.2.2 // indirect
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.4.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.20.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
)
|