mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-13 01:29:27 +00:00
Use gitea forked macaron (#7933)
Signed-off-by: Tamal Saha <tamal@appscode.com>
This commit is contained in:
committed by
techknowlogick
parent
ca6fb004ac
commit
171b359877
10
vendor/gitea.com/macaron/captcha/go.mod
generated
vendored
Normal file
10
vendor/gitea.com/macaron/captcha/go.mod
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
module gitea.com/macaron/captcha
|
||||
|
||||
go 1.11
|
||||
|
||||
require (
|
||||
gitea.com/macaron/cache v0.0.0-20190822004001-a6e7fee4ee76
|
||||
gitea.com/macaron/macaron v1.3.3-0.20190821202302-9646c0587edb
|
||||
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
||||
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
|
||||
)
|
Reference in New Issue
Block a user