Skip to content

Commit 3852af4

Browse files
fix(deps): update module github.com/charmbracelet/glamour to v0.10.0 (#4345)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/charmbracelet/glamour](https://redirect.github.com/charmbracelet/glamour) | `v0.7.0` -> `v0.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2fglamour/v0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2fglamour/v0.7.0/v0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>charmbracelet/glamour (github.com/charmbracelet/glamour)</summary> ### [`v0.10.0`](https://redirect.github.com/charmbracelet/glamour/releases/tag/v0.10.0) [Compare Source](https://redirect.github.com/charmbracelet/glamour/compare/v0.9.1...v0.10.0) ### Actually readable tables Big tables that included links were always hard to read. Links can be very long, and tables often have limited space to render them. This means that links often took the space of many lines and weren't properly clickable because they were being truncated in practice. Starting on this release, Glamour will render links and images at the footer of the table, with a reference number so you can easily find the link you're looking for. If you want the old behavior, it is still supported via the new `WithInlineTableLinks` option. #### The New Way ![table\_with\_footer\_links\_and\_images](https://redirect.github.com/user-attachments/assets/9ea84076-c318-4835-b5be-a583745a4953) #### The Old Way Wanna render tables with inline links? You still can: ```go r, err := glamour.NewTermRenderer(glamour.WithInlineTableLinks(true)) if err != nil { /*...*/ } out, err := r.RenderBytes(in) if err != nil { /*...*/ } fmt.Fprintf(os.Stdout, "%s\n", out) ``` ![table\_with\_inline\_links\_and\_images](https://redirect.github.com/user-attachments/assets/de3d3d33-9592-44ea-99d2-f3d8e9e94f9c) ### Prettier GitHub links We also introduced a change so that GitHub links inside tables that reference issues, discussions or PRs will be shown in its shortened form, similar to how GitHub itself present the links on issue descriptions: `owner/repo#123`. ![table\_with\_footer\_auto\_links\_short](https://redirect.github.com/user-attachments/assets/8adb2498-a361-4749-8e98-02f17d4f9062) ### Extra Also, we introduced `WithTableWrap`, so you can disable table text wrapping if really want: ```go r, err := glamour.NewTermRenderer(glamour.WithTableWrap(false)) if err != nil { ... } out, err := r.RenderBytes(in) if err != nil { ... } fmt.Fprintf(os.Stdout, "%s\n", out) ``` #### Changelog ##### New Features - [`61cfc45`](https://redirect.github.com/charmbracelet/glamour/commit/61cfc45c6bcd582a4d0ca810690d668f276ede13): feat(table): add ability to render links at the bottom ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`9d87373`](https://redirect.github.com/charmbracelet/glamour/commit/9d873734c11cf9d1e29853643a751624042df3b0): feat(table): pad position on table link list ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`42f47a2`](https://redirect.github.com/charmbracelet/glamour/commit/42f47a22f34bbbf73421210e7aff4f6438ffd052): feat(table): prefix all links with the position in the footer ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`a11e9a0`](https://redirect.github.com/charmbracelet/glamour/commit/a11e9a0c3a66a55d411a0aa4dcd6685d4ba9d823): feat(table): show position of link also inside the table ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`549f544`](https://redirect.github.com/charmbracelet/glamour/commit/549f544650e38ad6f4ed21cf79e3749d7c08a7f5): feat(table): update lipgloss + add `WithTableWrap` setting ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`c9af045`](https://redirect.github.com/charmbracelet/glamour/commit/c9af0458d403e584402ff683e0e8403a194d73d3): feat(tables): format github links inside tables in a more readable manner ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`f2eb484`](https://redirect.github.com/charmbracelet/glamour/commit/f2eb484a992f6a31bad968205b6d63719b8c7fa2): feat: add autolink package with patterns for more readable github urls ([@&#8203;andreynering](https://redirect.github.com/andreynering)) ##### Bug fixes - [`61ff598`](https://redirect.github.com/charmbracelet/glamour/commit/61ff598982b5f63f39c6d25f96b9ae9147dc1f74): fix(links): fix regression of auto links rendering twice ([#&#8203;415](https://redirect.github.com/charmbracelet/glamour/issues/415)) ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`6c48e09`](https://redirect.github.com/charmbracelet/glamour/commit/6c48e0972a9700f7b0b7f855712cfe114c071ae3): fix: address linting issues after golangci-lint v2 update ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`5437e4a`](https://redirect.github.com/charmbracelet/glamour/commit/5437e4a1a7dfc095a4afe063feaab079ab5a9629): fix: ensure that prop is always cleared ([@&#8203;andreynering](https://redirect.github.com/andreynering)) ##### Other work - [`6b09916`](https://redirect.github.com/charmbracelet/glamour/commit/6b099168a251abc878bf7ca325c8f688cd471b87): ci: sync golangci-lint config ([#&#8203;414](https://redirect.github.com/charmbracelet/glamour/issues/414)) ([@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot]) - [`9dfd865`](https://redirect.github.com/charmbracelet/glamour/commit/9dfd8659d989dbd2dafd235eb370aa05b126fd35): lint: fix linting for unused parameter ([@&#8203;andreynering](https://redirect.github.com/andreynering)) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). ### [`v0.9.1`](https://redirect.github.com/charmbracelet/glamour/releases/tag/v0.9.1) [Compare Source](https://redirect.github.com/charmbracelet/glamour/compare/v0.9.0...v0.9.1) Some users were reporting occasional checksum miss matches when building using Glamour v0.9.0. This release provides a new tag to hopefully fix this. #### Changelog ##### Other work - [`dddb9a7`](https://redirect.github.com/charmbracelet/glamour/commit/dddb9a72f081205b9e18a34d093c673230e96f8b): ci: sync golangci-lint config ([#&#8203;403](https://redirect.github.com/charmbracelet/glamour/issues/403)) ([@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot]) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). ### [`v0.9.0`](https://redirect.github.com/charmbracelet/glamour/releases/tag/v0.9.0) [Compare Source](https://redirect.github.com/charmbracelet/glamour/compare/v0.8.1...v0.9.0) ### Better Syntax Highlighting, Better Tables It's totally time for a Glamour release right? This release features a nice lil' contribution from the [@&#8203;github](https://redirect.github.com/github) CLI team and pulls in some big table improvements from Lip Gloss upstream. Let's go! #### Specifying Chroma Styles Thanks to valiant efforts of [@&#8203;andyfeller](https://redirect.github.com/andyfeller) and [@&#8203;williammartin](https://redirect.github.com/williammartin) at [@&#8203;github](https://redirect.github.com/github), you can now use [`glamour.WithChromaFormatter`](https://pkg.go.dev/github.com/charmbracelet/[email protected]#WithChromaFormatter) to specify an exact [Chroma](https://redirect.github.com/alecthomas/chroma) style to use, independent of the higher level style. ```go myHotOps := glamour.WithOptions( glamour.WithChromaFormatter("terminal16"), glamour.WithStandardStyle("dark"), ) ``` As a bonus, you can also use [`glamour.WithOptions`](https://pkg.go.dev/github.com/charmbracelet/[email protected]#WithOptions) as a meta layer for grouping options. #### Better Tables This release also reaps the benefits from the table rendering overhaul in [Lip Gloss v1.1.0](https://redirect.github.com/charmbracelet/lipgloss/releases/tag/v1.1.0)! Glamour will now be much smarter when it comes to deciding column widths, and the content will now wrap appropriately instead of just being cut when it won't fit. #### Changelog ##### New Features - [`4c040b7`](https://redirect.github.com/charmbracelet/glamour/commit/4c040b7fd5c023154de93d5c0f789111ea06c82c): feat: add term renderer option for chroma formatter ([#&#8203;395](https://redirect.github.com/charmbracelet/glamour/issues/395)) ([@&#8203;williammartin](https://redirect.github.com/williammartin)) - [`39de448`](https://redirect.github.com/charmbracelet/glamour/commit/39de44871fad9d547af5975ae220f2034642304a): feat(ci): use goreleaser ([#&#8203;348](https://redirect.github.com/charmbracelet/glamour/issues/348)) ([@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas)) ##### Bug fixes - [`f43b1ad`](https://redirect.github.com/charmbracelet/glamour/commit/f43b1ad9ef09b10a93837e07ae2c18b66bceac5c): fix(tables): pin lipgloss to v1.1.0 for table improvements; update tests ([#&#8203;394](https://redirect.github.com/charmbracelet/glamour/issues/394)) ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`bdc4ec5`](https://redirect.github.com/charmbracelet/glamour/commit/bdc4ec5217e146f5a57be8a3e0a14a3ddee3f749): fix(table): fix rendering table in ascii-only mode ([#&#8203;393](https://redirect.github.com/charmbracelet/glamour/issues/393)) ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`9cedaca`](https://redirect.github.com/charmbracelet/glamour/commit/9cedacac492db45121a984505f3f4d87277dcde3): fix: render right margin for block stack elements ([#&#8203;334](https://redirect.github.com/charmbracelet/glamour/issues/334)) ([@&#8203;jahvon](https://redirect.github.com/jahvon)) ##### Documentation updates - [`f29dc10`](https://redirect.github.com/charmbracelet/glamour/commit/f29dc10685689be9846671030e07a17f97bafb16): docs(example): update example to demonstrate color downsampling ([@&#8203;meowgorithm](https://redirect.github.com/meowgorithm)) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). ### [`v0.8.1`](https://redirect.github.com/charmbracelet/glamour/compare/v0.8.0...v0.8.1) [Compare Source](https://redirect.github.com/charmbracelet/glamour/compare/v0.8.0...v0.8.1) ### [`v0.8.0`](https://redirect.github.com/charmbracelet/glamour/releases/tag/v0.8.0) [Compare Source](https://redirect.github.com/charmbracelet/glamour/compare/v0.7.0...v0.8.0) ### Fixing (almost) everything With a *ton* of rendering fixes, she's sparkling ✨ > It has that new car smell... #### So many fixes…one man [@&#8203;caarlos0](https://redirect.github.com/caarlos0) fixed a whopping 15 issues with PR [#&#8203;317](https://redirect.github.com/charmbracelet/glamour/issues/317) 🥇 - Fix URL links not rendering inside bold text [#&#8203;312](https://redirect.github.com/charmbracelet/glamour/issues/312) - Fix autolink element rendering [#&#8203;290](https://redirect.github.com/charmbracelet/glamour/issues/290) - Add support for backslash escapes [#&#8203;106](https://redirect.github.com/charmbracelet/glamour/issues/106) - Fix cases when backslash should not be shown [#&#8203;274](https://redirect.github.com/charmbracelet/glamour/issues/274) - Fix escape character rendering [#&#8203;311](https://redirect.github.com/charmbracelet/glamour/issues/311) - Fix newlines in definition lists [#&#8203;239](https://redirect.github.com/charmbracelet/glamour/issues/239) - Fix nested blockquotes rendering [#&#8203;313](https://redirect.github.com/charmbracelet/glamour/issues/313) - Fix block quote accidentally combining lines [#&#8203;237](https://redirect.github.com/charmbracelet/glamour/issues/237) - Fix document-level indent causing unintended wrapping after quoted lines [#&#8203;68](https://redirect.github.com/charmbracelet/glamour/issues/68) #### Better tables Tables now provide stable rendering of elements within the table including alignment, text styles, all that jazz. It now uses the [lipgloss table](https://pkg.go.dev/github.com/charmbracelet/[email protected]/table), making it much more consistent across the board. - Render tables with Lip Gloss [#&#8203;262](https://redirect.github.com/charmbracelet/glamour/issues/262) - Refactor to replace `TableWriter` with Lip Gloss table [#&#8203;254](https://redirect.github.com/charmbracelet/glamour/issues/254) - Fix inline code within table [#&#8203;315](https://redirect.github.com/charmbracelet/glamour/issues/315) - Fix links in tables [#&#8203;316](https://redirect.github.com/charmbracelet/glamour/issues/316) - Provide consistent alignment of table elements [#&#8203;60](https://redirect.github.com/charmbracelet/glamour/issues/60) - Support alignment in tables [#&#8203;117](https://redirect.github.com/charmbracelet/glamour/issues/117) #### New! Tokyo Night > The markdown renderer’s equivalent of a mani-pedi :nail\_care: Tokyo Night is now a built-in style for Glamour. This means you'll be able to use it in the next release of [Glow](https://redirect.github.com/charmbracelet/glow?tab=readme-ov-file#styles). ```bash glow -s "tokyo-night" ### OR export GLAMOUR_STYLE="tokyo-night" ``` <img alt="Tokyo Night x Glamour" src="https://github.com/charmbracelet/glamour/blob/master/styles/gallery/tokyo-night.png" width="600"> Check out the [custom style example](https://redirect.github.com/charmbracelet/glamour/blob/master/examples/stdin-stdout-custom-styles/main.go#L30-L32) to learn how to support custom styles in your own Glamour apps. - feat: Add Tokyo Night theme by [@&#8203;basilioss](https://redirect.github.com/basilioss) in [https://github.com/charmbracelet/glamour/pull/229](https://redirect.github.com/charmbracelet/glamour/pull/229) #### No TTY? Glamour will now check if `stdout` is a tty and will strip styles when it is not. - Add auto NoTTY style by [@&#8203;wxh06](https://redirect.github.com/wxh06) and [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [https://github.com/charmbracelet/glamour/pull/268](https://redirect.github.com/charmbracelet/glamour/pull/268) #### Other Stuff - CI: scan for vulnerabilities and common errors by [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [https://github.com/charmbracelet/glamour/pull/310](https://redirect.github.com/charmbracelet/glamour/pull/310) - Use freeze for gallery images by [@&#8203;bashbunni](https://redirect.github.com/bashbunni) in [https://github.com/charmbracelet/glamour/pull/322](https://redirect.github.com/charmbracelet/glamour/pull/322) #### New Contributors - [@&#8203;bashbunni](https://redirect.github.com/bashbunni) made their first contribution in [https://github.com/charmbracelet/glamour/pull/322](https://redirect.github.com/charmbracelet/glamour/pull/322) **Full Changelog**: charmbracelet/glamour@v0.7.0...v0.8.0 *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.social/@&#8203;charmcli), or [Discord](https://charm.sh/chat). <hr /><em>This discussion was created from the release <a href='https://github.com/charmbracelet/glamour/releases/tag/v0.8.0'>v0.8.0</a>.</em> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/trufflesecurity/trufflehog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent d8658ce commit 3852af4

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ require (
3434
github.com/brianvoe/gofakeit/v7 v7.3.0
3535
github.com/charmbracelet/bubbles v0.18.0
3636
github.com/charmbracelet/bubbletea v1.3.6
37-
github.com/charmbracelet/glamour v0.7.0
38-
github.com/charmbracelet/lipgloss v1.1.0
37+
github.com/charmbracelet/glamour v0.10.0
38+
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
3939
github.com/couchbase/gocb/v2 v2.10.1
4040
github.com/crewjam/rfc5424 v0.1.0
4141
github.com/csnewman/dextk v0.3.0
@@ -141,7 +141,7 @@ require (
141141
github.com/Microsoft/go-winio v0.6.2 // indirect
142142
github.com/ProtonMail/go-crypto v1.1.5 // indirect
143143
github.com/STARRY-S/zip v0.2.1 // indirect
144-
github.com/alecthomas/chroma/v2 v2.8.0 // indirect
144+
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
145145
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
146146
github.com/andybalholm/brotli v1.1.1 // indirect
147147
github.com/atotto/clipboard v0.1.4 // indirect
@@ -167,7 +167,8 @@ require (
167167
github.com/cespare/xxhash/v2 v2.3.0 // indirect
168168
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
169169
github.com/charmbracelet/x/ansi v0.9.3 // indirect
170-
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
170+
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
171+
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
171172
github.com/charmbracelet/x/term v0.2.1 // indirect
172173
github.com/cloudflare/circl v1.3.8 // indirect
173174
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
@@ -184,7 +185,7 @@ require (
184185
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
185186
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
186187
github.com/distribution/reference v0.6.0 // indirect
187-
github.com/dlclark/regexp2 v1.4.0 // indirect
188+
github.com/dlclark/regexp2 v1.11.0 // indirect
188189
github.com/docker/cli v28.2.2+incompatible // indirect
189190
github.com/docker/distribution v2.8.3+incompatible // indirect
190191
github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -290,8 +291,8 @@ require (
290291
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
291292
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
292293
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
293-
github.com/yuin/goldmark v1.5.4 // indirect
294-
github.com/yuin/goldmark-emoji v1.0.2 // indirect
294+
github.com/yuin/goldmark v1.7.8 // indirect
295+
github.com/yuin/goldmark-emoji v1.0.5 // indirect
295296
github.com/yusufpapurcu/wmi v1.2.3 // indirect
296297
github.com/zeebo/errs v1.4.0 // indirect
297298
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

go.sum

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ github.com/alecthomas/assert/v2 v2.2.1 h1:XivOgYcduV98QCahG8T5XTezV5bylXe+lBxLG2
9090
github.com/alecthomas/assert/v2 v2.2.1/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ=
9191
github.com/alecthomas/chroma/v2 v2.8.0 h1:w9WJUjFFmHHB2e8mRpL9jjy3alYDlU0QLDezj1xE264=
9292
github.com/alecthomas/chroma/v2 v2.8.0/go.mod h1:yrkMI9807G1ROx13fhe1v6PN2DDeaR73L3d+1nmYQtw=
93+
github.com/alecthomas/chroma/v2 v2.14.0 h1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E=
94+
github.com/alecthomas/chroma/v2 v2.14.0/go.mod h1:QolEbTfmUHIMVpBqxeDnNBj2uoeI4EbYP4i6n68SG4I=
9395
github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=
9496
github.com/alecthomas/kingpin/v2 v2.4.0/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
9597
github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=
@@ -182,12 +184,20 @@ github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc h1:4p
182184
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc/go.mod h1:X4/0JoqgTIPSFcRA/P6INZzIuyqdFY5rm8tb41s9okk=
183185
github.com/charmbracelet/glamour v0.7.0 h1:2BtKGZ4iVJCDfMF229EzbeR1QRKLWztO9dMtjmqZSng=
184186
github.com/charmbracelet/glamour v0.7.0/go.mod h1:jUMh5MeihljJPQbJ/wf4ldw2+yBP59+ctV36jASy7ps=
187+
github.com/charmbracelet/glamour v0.10.0 h1:MtZvfwsYCx8jEPFJm3rIBFIMZUfUJ765oX8V6kXldcY=
188+
github.com/charmbracelet/glamour v0.10.0/go.mod h1:f+uf+I/ChNmqo087elLnVdCiVgjSKWuXa/l6NU2ndYk=
185189
github.com/charmbracelet/lipgloss v1.1.0 h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=
186190
github.com/charmbracelet/lipgloss v1.1.0/go.mod h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
191+
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834 h1:ZR7e0ro+SZZiIZD7msJyA+NjkCNNavuiPBLgerbOziE=
192+
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834/go.mod h1:aKC/t2arECF6rNOnaKaVU6y4t4ZeHQzqfxedE/VkVhA=
187193
github.com/charmbracelet/x/ansi v0.9.3 h1:BXt5DHS/MKF+LjuK4huWrC6NCvHtexww7dMayh6GXd0=
188194
github.com/charmbracelet/x/ansi v0.9.3/go.mod h1:3RQDQ6lDnROptfpWuUVIUG64bD2g2BgntdxH0Ya5TeE=
189195
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd h1:vy0GVL4jeHEwG5YOXDmi86oYw2yuYUGqz6a8sLwg0X8=
190196
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd/go.mod h1:xe0nKWGd3eJgtqZRaN9RjMtK7xUYchjzPr7q6kcvCCs=
197+
github.com/charmbracelet/x/cellbuf v0.0.13 h1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=
198+
github.com/charmbracelet/x/cellbuf v0.0.13/go.mod h1:xe0nKWGd3eJgtqZRaN9RjMtK7xUYchjzPr7q6kcvCCs=
199+
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf h1:rLG0Yb6MQSDKdB52aGX55JT1oi0P0Kuaj7wi1bLUpnI=
200+
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf/go.mod h1:B3UgsnsBZS/eX42BlaNiJkD1pPOUa+oF1IYC6Yd2CEU=
191201
github.com/charmbracelet/x/term v0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=
192202
github.com/charmbracelet/x/term v0.2.1/go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg=
193203
github.com/chengxilo/virtualterm v1.0.4 h1:Z6IpERbRVlfB8WkOmtbHiDbBANU7cimRIof7mk9/PwM=
@@ -247,6 +257,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
247257
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
248258
github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E=
249259
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
260+
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
261+
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
250262
github.com/docker/cli v28.2.2+incompatible h1:qzx5BNUDFqlvyq4AHzdNB7gSyVTmU4cgsyN9SdInc1A=
251263
github.com/docker/cli v28.2.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
252264
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
@@ -762,8 +774,13 @@ github.com/yuin/goldmark v1.3.7/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
762774
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
763775
github.com/yuin/goldmark v1.5.4 h1:2uY/xC0roWy8IBEGLgB1ywIoEJFGmRrX21YQcvGZzjU=
764776
github.com/yuin/goldmark v1.5.4/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
777+
github.com/yuin/goldmark v1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
778+
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
779+
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
765780
github.com/yuin/goldmark-emoji v1.0.2 h1:c/RgTShNgHTtc6xdz2KKI74jJr6rWi7FPgnP9GAsO5s=
766781
github.com/yuin/goldmark-emoji v1.0.2/go.mod h1:RhP/RWpexdp+KHs7ghKnifRoIs/Bq4nDS7tRbCkOwKY=
782+
github.com/yuin/goldmark-emoji v1.0.5 h1:EMVWyCGPlXJfUXBXpuMu+ii3TIaxbVBnEX9uaDC4cIk=
783+
github.com/yuin/goldmark-emoji v1.0.5/go.mod h1:tTkZEbwu5wkPmgTcitqddVxY9osFZiavD+r4AzQrh1U=
767784
github.com/yusufpapurcu/wmi v1.2.3 h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=
768785
github.com/yusufpapurcu/wmi v1.2.3/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
769786
github.com/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=

0 commit comments

Comments
 (0)