summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-03-04 00:56:31 +0000
committerGitHub <noreply@github.com>2022-03-04 01:56:31 +0100
commit3c7201682cde10ed551476e13e9e1bfdd971e0c0 (patch)
tree4b0285fcfd218dd6c00767a8e7ab328fee1b913e /go.mod
parent286355c7548b273f73f69cb79d8eaff8e05a8622 (diff)
downloadgitea-3c7201682cde10ed551476e13e9e1bfdd971e0c0.tar.gz
gitea-3c7201682cde10ed551476e13e9e1bfdd971e0c0.zip
Update `go-enry` to v2.8.0 (#18993)
- It was reported in the Matrix channel that Chroma [has support](https://github.com/alecthomas/chroma/commit/d40210297631298bde98a8fcfd52c3d2555cc367) for the Fennel language, go-enry only added detection support for this [in v2.7.2](https://github.com/go-enry/go-enry/commit/0affa3ccca37cd781600760956581c5f94ef8a3c). Co-authored-by: techknowlogick <techknowlogick@gitea.io>
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 8dae1cec13..44cbb45155 100644
--- a/go.mod
+++ b/go.mod
@@ -39,7 +39,7 @@ require (
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/go-chi/chi/v5 v5.0.4
github.com/go-chi/cors v1.2.0
- github.com/go-enry/go-enry/v2 v2.7.1
+ github.com/go-enry/go-enry/v2 v2.8.0
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.3-0.20210630082519-b4368b2a2ca4
github.com/go-ldap/ldap/v3 v3.3.0