aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2020-12-05 20:31:18 +0200
committerGitHub <noreply@github.com>2020-12-05 13:31:18 -0500
commit4a510e08e4fc2561f63b363a1b64dbae89bea069 (patch)
treece0420ee90b38727950b6b6ba100a9c5a8c78ef3 /go.mod
parent8561f266955650822913f6f8ac617265d16826c3 (diff)
downloadgitea-4a510e08e4fc2561f63b363a1b64dbae89bea069.tar.gz
gitea-4a510e08e4fc2561f63b363a1b64dbae89bea069.zip
Update go-enry dependency to v2.6.0 (#13861)
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 36922b68c3..5810e1b479 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
github.com/gliderlabs/ssh v0.3.1
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/go-chi/chi v1.5.0
- github.com/go-enry/go-enry/v2 v2.5.2
+ github.com/go-enry/go-enry/v2 v2.6.0
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.2.0
github.com/go-ldap/ldap/v3 v3.2.4