aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJoe Mooring <[email protected]>2024-06-08 10:40:01 -0700
committerBjørn Erik Pedersen <[email protected]>2024-06-08 20:25:42 +0200
commit8cf94aea7377a6adbcd41f11908139c0790cc809 (patch)
tree3c249825585c2990eb5d5ef4328ff5b762a7ceb5 /go.mod
parentcba2de6ec91bc60735600ec068c018d9f53ee5ca (diff)
downloadhugo-8cf94aea7377a6adbcd41f11908139c0790cc809.tar.gz
hugo-8cf94aea7377a6adbcd41f11908139c0790cc809.zip
deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0
Closes #12580
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 64a08154a..928fbdecb 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/gohugoio/hugo
require (
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
- github.com/alecthomas/chroma/v2 v2.13.0
+ github.com/alecthomas/chroma/v2 v2.14.0
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.4