Remove captcha on registration page

This commit is contained in:
2025-03-20 19:39:15 +01:00
parent 6018ff0edd
commit f8317a9f32
6 changed files with 30 additions and 63 deletions

12
go.mod
View File

@@ -10,21 +10,21 @@ replace (
require (
fornaxian.tech/config v0.0.0-20211108212237-6133aed90586
fornaxian.tech/log v0.0.0-20211102185326-552e9b1f8640
fornaxian.tech/pixeldrain_api_client v0.0.0-20241227104508-325e8d73563d
fornaxian.tech/util v0.0.0-20241206112957-686faddd607f
fornaxian.tech/pixeldrain_api_client v0.0.0-20250320183604-3264fc9655c2
fornaxian.tech/util v0.0.0-20250313124813-fd980f174f1d
github.com/julienschmidt/httprouter v1.3.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/russross/blackfriday/v2 v2.1.0
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gocql/gocql v1.7.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/net v0.37.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)