This repository has been archived on 2020-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
captcha/go.mod
tamalsaha daa973478b
All checks were successful
continuous-integration/drone/push Build is passing
Use github.com/unknwon/com (#6)
2019-08-22 01:52:46 +00:00

11 lines
308 B
Modula-2

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
)