aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/go-chi/captcha/go.mod
blob: adbf9ffb40daa519912977e201ebeba6d57126ba (plain)
1
2
3
4
5
6
7
8
9
10
module gitea.com/go-chi/captcha

go 1.11

require (
	gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e
	github.com/go-chi/chi v1.5.1
	github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
	github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
)