aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorYR Chen <yrchen@mail.ustc.edu.cn>2024-10-19 20:51:55 +0800
committerGitHub <noreply@github.com>2024-10-19 20:51:55 +0800
commit08c963c921ad05640890be0fe95711bc36264e9e (patch)
tree80f8837115384fa5f0fb6598e1b52f429ffa4978 /go.mod
parent9116665e9c1c01d882c919fb3058f7fdb695350e (diff)
downloadgitea-08c963c921ad05640890be0fe95711bc36264e9e.tar.gz
gitea-08c963c921ad05640890be0fe95711bc36264e9e.zip
Update github.com/go-enry/go-enry to v2.9.1 (#32295)
`go-enry` v2.9.1 includes latest file patterns from Linguist, which can identify more generated file type, eg. `pdm.lock`.
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 d85553ac9f..1005176d29 100644
--- a/go.mod
+++ b/go.mod
@@ -54,7 +54,7 @@ require (
github.com/go-chi/chi/v5 v5.0.13
github.com/go-chi/cors v1.2.1
github.com/go-co-op/gocron v1.37.0
- github.com/go-enry/go-enry/v2 v2.8.8
+ github.com/go-enry/go-enry/v2 v2.9.1
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.12.0
github.com/go-ldap/ldap/v3 v3.4.6