Skip to content

Commit 588d20b

Browse files
committed
deps: Upgrade github.com/alecthomas/chroma/v2 v2.20.0 => v2.21.0
Closes #14266
1 parent b337302 commit 588d20b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gohugoio/hugo
33
require (
44
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
55
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
6-
github.com/alecthomas/chroma/v2 v2.20.0
6+
github.com/alecthomas/chroma/v2 v2.21.0
77
github.com/aws/aws-sdk-go-v2 v1.41.0
88
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.58.2
99
github.com/bep/clocks v0.5.0

‎go.sum‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8v
100100
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
101101
github.com/alecthomas/chroma/v2 v2.20.0 h1:sfIHpxPyR07/Oylvmcai3X/exDlE8+FA820NTz+9sGw=
102102
github.com/alecthomas/chroma/v2 v2.20.0/go.mod h1:e7tViK0xh/Nf4BYHl00ycY6rV7b8iXBksI9E359yNmA=
103+
github.com/alecthomas/chroma/v2 v2.21.0 h1:YVW9qQAFnQm2OFPPFQg6G/TpMxKSsUr/KUPDi/BEqtY=
104+
github.com/alecthomas/chroma/v2 v2.21.0/go.mod h1:NqVhfBR0lte5Ouh3DcthuUCTUpDC9cxBOfyMbMQPs3o=
103105
github.com/alecthomas/repr v0.5.1 h1:E3G4t2QbHTSNpPKBgMTln5KLkZHLOcU7r37J4pXBuIg=
104106
github.com/alecthomas/repr v0.5.1/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
105107
github.com/aws/aws-sdk-go-v2 v1.41.0 h1:tNvqh1s+v0vFYdA1xq0aOJH+Y5cRyZ5upu6roPgPKd4=

‎tpl/tplimpl/shortcodes_integration_test.go‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ An inline {{< highlight go "hl_inline=true" >}}fmt.Println("Value of i:", i)Hell
230230
b := hugolib.Test(t, files)
231231

232232
b.AssertFileContent("public/p1/index.html", "576ee13be18ddba2")
233-
b.AssertFileContent("public/p2/index.html", "a9a4ec6ce77d7a23")
233+
b.AssertFileContent("public/p2/index.html", "3f97c98e654f23a2")
234234
b.AssertFileContent("public/p3/index.html", "7634b47df1859f58")
235235
b.AssertFileContent("public/p4/index.html", "385a15e400df4e39")
236-
b.AssertFileContent("public/p5/index.html", "f69c99d2d7f786d4")
237-
b.AssertFileContent("public/p6/index.html", "f69c99d2d7f786d4")
236+
b.AssertFileContent("public/p5/index.html", "f26685017f358cd8")
237+
b.AssertFileContent("public/p6/index.html", "f26685017f358cd8")
238238
b.AssertFileContent("public/p7/index.html", "f12eeaa4d6d9c7ac")
239239
}
240240

0 commit comments

Comments
 (0)