diff options
author | Giteabot <teabot@gitea.io> | 2023-10-27 19:25:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 13:25:25 +0200 |
commit | 977f5db28e6a46701640c7d956c4e85eae3e7758 (patch) | |
tree | 5b2792f88cf8f009ae06f28066c1ed0b024b6013 /go.mod | |
parent | 487c573c28935a9a54f609321ac75f7770c4895b (diff) | |
download | gitea-977f5db28e6a46701640c7d956c4e85eae3e7758.tar.gz gitea-977f5db28e6a46701640c7d956c4e85eae3e7758.zip |
Chroma v2.10.0 (#27803) (#27805)
Backport #27803 by @bt90
Bump the chroma version to v2.10.0:
https://github.com/alecthomas/chroma/releases/tag/v2.10.0
This release includes a better Java lexer
https://github.com/alecthomas/chroma/pull/873
Co-authored-by: bt90 <btom1990@googlemail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 github.com/NYTimes/gziphandler v1.1.1 github.com/PuerkitoBio/goquery v1.8.1 - github.com/alecthomas/chroma/v2 v2.9.1 + github.com/alecthomas/chroma/v2 v2.10.0 github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb github.com/blevesearch/bleve/v2 v2.3.10 github.com/bufbuild/connect-go v1.10.0 |