diff options
author | Jelle Hulter <jellehulter@gmail.com> | 2022-01-20 10:59:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 17:59:15 +0800 |
commit | bbd30787d3d33fe66896c7e758e6922be459e252 (patch) | |
tree | 7e6aedf8363d23bd6e33bebe3c0b56495ae691bf /go.mod | |
parent | 7427b81fecabeb1c67bbb9326a8bcaf9585dc28a (diff) | |
download | gitea-bbd30787d3d33fe66896c7e758e6922be459e252.tar.gz gitea-bbd30787d3d33fe66896c7e758e6922be459e252.zip |
Updated Chroma to v0.10.0 (#18270)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/NYTimes/gziphandler v1.1.1 github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect github.com/PuerkitoBio/goquery v1.7.0 - github.com/alecthomas/chroma v0.9.4 + github.com/alecthomas/chroma v0.10.0 github.com/andybalholm/brotli v1.0.3 // indirect github.com/andybalholm/cascadia v1.2.0 // indirect github.com/blevesearch/bleve/v2 v2.3.0 |