diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-05-26 12:17:10 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-06-14 14:08:40 +0200 |
commit | 35fa192838ecfa244335fca957e55d3956a48665 (patch) | |
tree | 7a1dac873c8c219d0ca933aa2a36891d92764302 /tpl | |
parent | 09ac73338198ceb143c1e5edc5859ab735cd80bb (diff) | |
download | hugo-35fa192838ecfa244335fca957e55d3956a48665.tar.gz hugo-35fa192838ecfa244335fca957e55d3956a48665.zip |
deps: Udpate to github.com/alecthomas/chroma/v2
Fixes #9932
Fixes #9931
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/transform/transform.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/transform/transform.go b/tpl/transform/transform.go index 69ab98a9a..36508c428 100644 --- a/tpl/transform/transform.go +++ b/tpl/transform/transform.go @@ -18,7 +18,7 @@ import ( "html" "html/template" - "github.com/alecthomas/chroma/lexers" + "github.com/alecthomas/chroma/v2/lexers" "github.com/gohugoio/hugo/cache/namedmemcache" "github.com/gohugoio/hugo/markup/converter/hooks" "github.com/gohugoio/hugo/markup/highlight" |