Require a captcha on the backend

This commit is contained in:
2023-07-10 22:23:29 +01:00
parent 1025d8a50b
commit c8ca445bb7
4 changed files with 140 additions and 45 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.19
require (
github.com/containrrr/shoutrrr v0.6.1
github.com/gofiber/fiber/v2 v2.41.0
github.com/kataras/hcaptcha v0.0.2
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.6.3
)