Skip to content

Commit cfc38ec

Browse files
committed
deps: Upgrade github.com/alecthomas/chroma/v2 v2.19.0 => v2.20.0
CLoses #13917
1 parent 22e579e commit cfc38ec

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/gohugoio/hugo
22

33
require (
44
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
5-
github.com/alecthomas/chroma/v2 v2.19.0
5+
github.com/alecthomas/chroma/v2 v2.20.0
66
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c
77
github.com/aws/aws-sdk-go-v2 v1.38.1
88
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.53.0

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8v
9191
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
9292
github.com/alecthomas/chroma/v2 v2.19.0 h1:Im+SLRgT8maArxv81mULDWN8oKxkzboH07CHesxElq4=
9393
github.com/alecthomas/chroma/v2 v2.19.0/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk=
94+
github.com/alecthomas/chroma/v2 v2.20.0 h1:sfIHpxPyR07/Oylvmcai3X/exDlE8+FA820NTz+9sGw=
95+
github.com/alecthomas/chroma/v2 v2.20.0/go.mod h1:e7tViK0xh/Nf4BYHl00ycY6rV7b8iXBksI9E359yNmA=
9496
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
9597
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
98+
github.com/alecthomas/repr v0.5.1 h1:E3G4t2QbHTSNpPKBgMTln5KLkZHLOcU7r37J4pXBuIg=
9699
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c h1:651/eoCRnQ7YtSjAnSzRucrJz+3iGEFt+ysraELS81M=
97100
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
98101
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=

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", "8774e8b4bf60aa9e")
233+
b.AssertFileContent("public/p2/index.html", "a9a4ec6ce77d7a23")
234234
b.AssertFileContent("public/p3/index.html", "7634b47df1859f58")
235235
b.AssertFileContent("public/p4/index.html", "385a15e400df4e39")
236-
b.AssertFileContent("public/p5/index.html", "b3a73f3eddc6e0c1")
237-
b.AssertFileContent("public/p6/index.html", "b3a73f3eddc6e0c1")
236+
b.AssertFileContent("public/p5/index.html", "f69c99d2d7f786d4")
237+
b.AssertFileContent("public/p6/index.html", "f69c99d2d7f786d4")
238238
b.AssertFileContent("public/p7/index.html", "f12eeaa4d6d9c7ac")
239239
}
240240

0 commit comments

Comments
 (0)