summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGiteabot <teabot@gitea.io>2023-10-27 19:25:25 +0800
committerGitHub <noreply@github.com>2023-10-27 13:25:25 +0200
commit977f5db28e6a46701640c7d956c4e85eae3e7758 (patch)
tree5b2792f88cf8f009ae06f28066c1ed0b024b6013 /go.mod
parent487c573c28935a9a54f609321ac75f7770c4895b (diff)
downloadgitea-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 84f42969d5..07f9c24c7a 100644
--- a/go.mod
+++ b/go.mod
@@ -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