summaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/go-chi/captcha/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gitea.com/go-chi/captcha/go.mod')
-rw-r--r--vendor/gitea.com/go-chi/captcha/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gitea.com/go-chi/captcha/go.mod b/vendor/gitea.com/go-chi/captcha/go.mod
index adbf9ffb40..9821ed9049 100644
--- a/vendor/gitea.com/go-chi/captcha/go.mod
+++ b/vendor/gitea.com/go-chi/captcha/go.mod
@@ -4,7 +4,7 @@ go 1.11
require (
gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e
- github.com/go-chi/chi v1.5.1
+ github.com/go-chi/chi/v5 v5.0.4
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
)