diff options
author | Joe Mooring <[email protected]> | 2024-06-08 10:40:01 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-06-08 20:25:42 +0200 |
commit | 8cf94aea7377a6adbcd41f11908139c0790cc809 (patch) | |
tree | 3c249825585c2990eb5d5ef4328ff5b762a7ceb5 /go.mod | |
parent | cba2de6ec91bc60735600ec068c018d9f53ee5ca (diff) | |
download | hugo-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |