captcha/go.mod
Lunny Xiao fb487f6290
All checks were successful
test / check and test (push) Successful in 9m53s
Update CI (#3)
Reviewed-on: #3
2024-03-15 15:07:14 +00:00

17 lines
505 B
Modula-2

module gitea.com/go-chi/captcha
go 1.21
require (
gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e
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
)
require (
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
)