diff options
author | silverwind <me@silverwind.io> | 2022-12-01 22:44:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 16:44:38 -0500 |
commit | f0bd219a5e153ddcf6806334da700aac46fcefad (patch) | |
tree | 4493bc947c448e78703b9a25ffad4db092d54196 /go.mod | |
parent | f9cbf5a1bcd38810432e9ca16270e1f7ccc63605 (diff) | |
download | gitea-f0bd219a5e153ddcf6806334da700aac46fcefad.tar.gz gitea-f0bd219a5e153ddcf6806334da700aac46fcefad.zip |
Update chroma to v2.4.0 (#22000)
Did a few cursory tests, seems to work well.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/42wim/sshsig v0.0.0-20211121163825-841cf5bbc121 github.com/NYTimes/gziphandler v1.1.1 github.com/PuerkitoBio/goquery v1.8.0 - github.com/alecthomas/chroma/v2 v2.3.0 + github.com/alecthomas/chroma/v2 v2.4.0 github.com/blevesearch/bleve/v2 v2.3.4 github.com/buildkite/terminal-to-html/v3 v3.7.0 github.com/caddyserver/certmagic v0.17.2 |