mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 13:45:45 +01:00
Bumps the all group with 3 updates: [github.com/alecthomas/kong](https://github.com/alecthomas/kong), [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) and [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x). Updates `github.com/alecthomas/kong` from 1.13.0 to 1.14.0 - [Commits](https://github.com/alecthomas/kong/compare/v1.13.0...v1.14.0) Updates `github.com/charmbracelet/bubbles` from 0.21.0 to 0.21.1 - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](https://github.com/charmbracelet/bubbles/compare/v0.21.0...v0.21.1) Updates `github.com/charmbracelet/x/ansi` from 0.11.4 to 0.11.5 - [Commits](https://github.com/charmbracelet/x/compare/ansi/v0.11.4...ansi/v0.11.5) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/charmbracelet/bubbles dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/charmbracelet/x/ansi dependency-version: 0.11.5 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>
62 lines
2.6 KiB
Modula-2
62 lines
2.6 KiB
Modula-2
module github.com/charmbracelet/gum
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.4.0
|
|
github.com/alecthomas/kong v1.14.0
|
|
github.com/alecthomas/mango-kong v0.1.0
|
|
github.com/charmbracelet/bubbles v0.21.1
|
|
github.com/charmbracelet/bubbletea v1.3.10
|
|
github.com/charmbracelet/glamour v0.10.0
|
|
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
|
|
github.com/charmbracelet/log v0.4.2
|
|
github.com/charmbracelet/x/ansi v0.11.5
|
|
github.com/charmbracelet/x/editor v0.2.0
|
|
github.com/charmbracelet/x/exp/ordered v0.1.0
|
|
github.com/charmbracelet/x/term v0.2.2
|
|
github.com/charmbracelet/x/xpty v0.1.3
|
|
github.com/muesli/roff v0.1.0
|
|
github.com/muesli/termenv v0.16.0
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/sahilm/fuzzy v0.1.1
|
|
golang.org/x/text v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/charmbracelet/colorprofile v0.4.1 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
|
|
github.com/charmbracelet/x/conpty v0.1.1 // indirect
|
|
github.com/charmbracelet/x/errors v0.0.0-20240508181413-e8d8b6e2de86 // indirect
|
|
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
|
|
github.com/charmbracelet/x/termios v0.1.1 // indirect
|
|
github.com/clipperhouse/displaywidth v0.9.0 // indirect
|
|
github.com/clipperhouse/stringish v0.1.1 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
|
|
github.com/creack/pty v1.1.24 // indirect
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/mango v0.2.0 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/yuin/goldmark v1.7.8 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.5 // indirect
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/term v0.32.0 // indirect
|
|
)
|