Skip to content

Commit 0b8e3d8

Browse files
fix(deps): update module github.com/alecthomas/chroma/v2 to v2.18.0 (main) (#17754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1940bb0 commit 0b8e3d8

File tree

7 files changed

+201
-12
lines changed

7 files changed

+201
-12
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ require (
276276
github.com/Masterminds/goutils v1.1.1 // indirect
277277
github.com/Masterminds/semver/v3 v3.3.1 // indirect
278278
github.com/Microsoft/go-winio v0.6.2 // indirect
279-
github.com/alecthomas/chroma/v2 v2.17.2
279+
github.com/alecthomas/chroma/v2 v2.18.0
280280
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
281281
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
282282
github.com/armon/go-metrics v0.4.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ github.com/Workiva/go-datastructures v1.1.5/go.mod h1:1yZL+zfsztete+ePzZz/Zb1/t5
161161
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=
162162
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
163163
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
164-
github.com/alecthomas/chroma/v2 v2.17.2 h1:Rm81SCZ2mPoH+Q8ZCc/9YvzPUN/E7HgPiPJD8SLV6GI=
165-
github.com/alecthomas/chroma/v2 v2.17.2/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk=
164+
github.com/alecthomas/chroma/v2 v2.18.0 h1:6h53Q4hW83SuF+jcsp7CVhLsMozzvQvO8HBbKQW+gn4=
165+
github.com/alecthomas/chroma/v2 v2.18.0/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk=
166166
github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=
167167
github.com/alecthomas/kingpin/v2 v2.4.0/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
168168
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=

vendor/github.com/alecthomas/chroma/v2/Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alecthomas/chroma/v2/lexers/embedded/rpgle.xml

Lines changed: 155 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alecthomas/chroma/v2/renovate.json5

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alecthomas/chroma/v2/styles/rpgle.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ github.com/NYTimes/gziphandler
290290
## explicit; go 1.15
291291
github.com/Workiva/go-datastructures/rangetree
292292
github.com/Workiva/go-datastructures/slice
293-
# github.com/alecthomas/chroma/v2 v2.17.2
293+
# github.com/alecthomas/chroma/v2 v2.18.0
294294
## explicit; go 1.22
295295
github.com/alecthomas/chroma/v2
296296
github.com/alecthomas/chroma/v2/formatters

0 commit comments

Comments
 (0)