summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-19 11:07:07 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-19 12:35:05 +0200
commitc371171ab81f0d2fd0f04af0faedd2c5ef53550e (patch)
tree8c39088c880b09b9a6d897dfa5bb819d68c8d003 /go.mod
parentd6197a41fa057cb98da1c3ed0e41c2aef38f2600 (diff)
deps: Update github.com/alecthomas/chroma/v2 v2.7.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index de8f70764..0257ec167 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/gohugoio/hugo
require (
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
github.com/PuerkitoBio/purell v1.1.1
- github.com/alecthomas/chroma/v2 v2.5.0
+ github.com/alecthomas/chroma/v2 v2.7.0
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.43.5
github.com/bep/clock v0.3.0
@@ -98,7 +98,7 @@ require (
github.com/bep/helpers v0.4.0 // indirect
github.com/bep/simplecobra v0.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
- github.com/dlclark/regexp2 v1.7.0 // indirect
+ github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect