aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJakobDev <jakobdev@gmx.de>2024-03-12 22:40:43 +0100
committerGitHub <noreply@github.com>2024-03-12 22:40:43 +0100
commit3e7ae79f99ef0e5ba3d1201c38f491121ea2a156 (patch)
tree58d5005da037ffba944fd5c32578419c77bf62de /go.mod
parent36de5b299bb3e6e6cf28062c832ab8165e83f91a (diff)
downloadgitea-3e7ae79f99ef0e5ba3d1201c38f491121ea2a156.tar.gz
gitea-3e7ae79f99ef0e5ba3d1201c38f491121ea2a156.zip
Update Chroma to v2.13.0 (#29732)
This adds new lexers and includes some fixes. See https://github.com/alecthomas/chroma/releases/tag/v2.13.0 for the full changelog. --------- Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9b70a191ce..97f429aadb 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.12.0
+ github.com/alecthomas/chroma/v2 v2.13.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
@@ -172,7 +172,7 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
- github.com/dlclark/regexp2 v1.10.0 // indirect
+ github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect