diff options
author | zeripath <art27@cantab.net> | 2021-12-02 20:58:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 21:58:08 +0100 |
commit | 957c3fcb5949b3f7ee348d3f7f609826cedb0e8b (patch) | |
tree | bb5cf64f8226989a61ad55d1e3799e813cf0a5ea /go.mod | |
parent | 4646c7c52d453dcc817f8e14b991de0e4f67b492 (diff) | |
download | gitea-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.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |