diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-11-18 09:53:31 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-11-19 11:55:30 +0100 |
commit | bcb62d8911a744be368c3c0dd1426fb5b0a37553 (patch) | |
tree | a5387b9a2852469140dbc88ce77ed50fb2f1286d /go.mod | |
parent | 00fe7e0408fe1571388608f358faf7dacb9cbaaf (diff) | |
download | hugo-bcb62d8911a744be368c3c0dd1426fb5b0a37553.tar.gz hugo-bcb62d8911a744be368c3c0dd1426fb5b0a37553.zip |
deps: Upgrade github.com/alecthomas/chroma/v2 v2.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.3.0 + github.com/alecthomas/chroma/v2 v2.4.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 @@ -93,7 +93,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.7.0 // indirect github.com/aws/smithy-go v1.8.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect - github.com/dlclark/regexp2 v1.4.0 // indirect + github.com/dlclark/regexp2 v1.7.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 |