diff options
author | Paul Jolly <[email protected]> | 2024-03-14 10:04:41 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-14 11:04:41 +0100 |
commit | be914ff34d719168f8075dde657c1f5cdc3e4484 (patch) | |
tree | d6ce36c6e795dd23d806d9790df7201569c8e001 /go.mod | |
parent | 48a0fea87afd706efbe3021c332444116af80c97 (diff) | |
download | hugo-be914ff34d719168f8075dde657c1f5cdc3e4484.tar.gz hugo-be914ff34d719168f8075dde657c1f5cdc3e4484.zip |
deps: Upgrade github.com/alecthomas/chroma/v2 to v2.13.0
Closes #11862
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.12.0 + github.com/alecthomas/chroma/v2 v2.13.0 github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.6 @@ -114,7 +114,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.26.5 // indirect github.com/aws/smithy-go v1.19.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect - github.com/dlclark/regexp2 v1.10.0 // indirect + github.com/dlclark/regexp2 v1.11.0 // indirect github.com/go-openapi/jsonpointer v0.20.2 // indirect github.com/go-openapi/swag v0.22.8 // indirect github.com/golang-jwt/jwt/v5 v5.1.0 // indirect |