summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-12-02 20:58:08 +0000
committerGitHub <noreply@github.com>2021-12-02 21:58:08 +0100
commit957c3fcb5949b3f7ee348d3f7f609826cedb0e8b (patch)
treebb5cf64f8226989a61ad55d1e3799e813cf0a5ea /go.mod
parent4646c7c52d453dcc817f8e14b991de0e4f67b492 (diff)
downloadgitea-957c3fcb5949b3f7ee348d3f7f609826cedb0e8b.tar.gz
gitea-957c3fcb5949b3f7ee348d3f7f609826cedb0e8b.zip
Update chi/middleware to chi/v5/middleware (#17888)
Fix #17880 Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4c156b1957..a597958b5b 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,6 @@ require (
github.com/ethantkoenig/rupture v1.0.0
github.com/gliderlabs/ssh v0.3.3
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
- github.com/go-chi/chi v1.5.4
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