Skip to content

Commit b29969e

Browse files
chore(deps): bump github.com/charmbracelet/glamour from 0.6.0 to 0.10.0
Bumps [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) from 0.6.0 to 0.10.0. - [Release notes](https://github.com/charmbracelet/glamour/releases) - [Changelog](https://github.com/charmbracelet/glamour/blob/master/.goreleaser.yml) - [Commits](charmbracelet/glamour@v0.6.0...v0.10.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/glamour dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d6dc59 commit b29969e

File tree

2 files changed

+43
-46
lines changed

2 files changed

+43
-46
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
github.com/adrg/xdg v0.5.3
77
github.com/charmbracelet/bubbles v0.21.0
88
github.com/charmbracelet/bubbletea v1.3.4
9-
github.com/charmbracelet/glamour v0.6.0
10-
github.com/charmbracelet/lipgloss v1.1.0
9+
github.com/charmbracelet/glamour v0.10.0
10+
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
1111
github.com/getkin/kin-openapi v0.127.0
1212
github.com/google/uuid v1.6.0
1313
github.com/gorilla/handlers v1.5.2
@@ -36,25 +36,26 @@ require (
3636
)
3737

3838
require (
39-
github.com/alecthomas/chroma v0.10.0 // indirect
39+
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
4040
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
4141
github.com/atotto/clipboard v0.1.4 // indirect
4242
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4343
github.com/aymerick/douceur v0.2.0 // indirect
4444
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
4545
github.com/charmbracelet/x/ansi v0.8.0 // indirect
46-
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
46+
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
47+
github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf // indirect
4748
github.com/charmbracelet/x/term v0.2.1 // indirect
4849
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
49-
github.com/dlclark/regexp2 v1.4.0 // indirect
50+
github.com/dlclark/regexp2 v1.11.0 // indirect
5051
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
5152
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
5253
github.com/felixge/httpsnoop v1.0.4 // indirect
5354
github.com/fsnotify/fsnotify v1.8.0 // indirect
5455
github.com/go-openapi/jsonpointer v0.21.0 // indirect
5556
github.com/go-openapi/swag v0.23.0 // indirect
5657
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
57-
github.com/gorilla/css v1.0.0 // indirect
58+
github.com/gorilla/css v1.0.1 // indirect
5859
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect
5960
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6061
github.com/invopop/yaml v0.3.1 // indirect
@@ -70,12 +71,11 @@ require (
7071
github.com/mattn/go-isatty v0.0.20 // indirect
7172
github.com/mattn/go-localereader v0.0.1 // indirect
7273
github.com/mattn/go-runewidth v0.0.16 // indirect
73-
github.com/microcosm-cc/bluemonday v1.0.25 // indirect
74+
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
7475
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
7576
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
7677
github.com/muesli/cancelreader v0.2.2 // indirect
7778
github.com/muesli/termenv v0.16.0 // indirect
78-
github.com/olekukonko/tablewriter v0.0.5 // indirect
7979
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
8080
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
8181
github.com/perimeterx/marshmallow v1.1.5 // indirect
@@ -91,16 +91,16 @@ require (
9191
github.com/subosito/gotenv v1.6.0 // indirect
9292
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
9393
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
94-
github.com/yuin/goldmark v1.5.2 // indirect
95-
github.com/yuin/goldmark-emoji v1.0.1 // indirect
94+
github.com/yuin/goldmark v1.7.8 // indirect
95+
github.com/yuin/goldmark-emoji v1.0.5 // indirect
9696
go.uber.org/atomic v1.9.0 // indirect
9797
go.uber.org/multierr v1.9.0 // indirect
9898
golang.org/x/mod v0.20.0 // indirect
9999
golang.org/x/net v0.38.0 // indirect
100100
golang.org/x/oauth2 v0.25.0 // indirect
101-
golang.org/x/sync v0.12.0 // indirect
101+
golang.org/x/sync v0.13.0 // indirect
102102
golang.org/x/sys v0.33.0 // indirect
103-
golang.org/x/text v0.23.0 // indirect
103+
golang.org/x/text v0.24.0 // indirect
104104
golang.org/x/tools v0.24.0 // indirect
105105
gopkg.in/yaml.v2 v2.4.0 // indirect
106106
)

0 commit comments

Comments
 (0)