Middleware binding provides request data binding and validation for net/http
Find a file
Renovate Bot a5558dcc0c
All checks were successful
test / test (push) Successful in 1m29s
Update module golangci-lint to v2.8.0 (#54)
Reviewed-on: #54
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2026-01-11 08:41:19 +00:00
.forgejo/workflows Update module golangci-lint to v2.8.0 (#54) 2026-01-11 08:41:19 +00:00
.gitignore Expose validation patterns 2016-07-12 06:59:16 +08:00
.golangci.yaml Update module golangci-lint to v2.6.0 (#44) 2025-10-31 23:41:20 +00:00
bind_test.go [CHORE] Add lint and CI 2024-11-05 16:33:48 +01:00
binding.go Update module golangci-lint to v2.6.0 (#44) 2025-10-31 23:41:20 +00:00
common_test.go fix: do proper validation on *mail.address 2025-08-23 05:45:54 +02:00
errorhandler_test.go Update module golangci-lint to v2 (#17) 2025-05-24 21:24:29 +00:00
errors.go feat: parse mail.Address 2025-08-23 04:55:50 +02:00
errors_test.go Update module golangci-lint to v2 (#17) 2025-05-24 21:24:29 +00:00
file_test.go Update module golangci-lint to v2 (#17) 2025-05-24 21:24:29 +00:00
form_test.go fix: do proper validation on *mail.address 2025-08-23 05:45:54 +02:00
go.mod Update dependency go to v1.25.5 (#51) 2025-12-04 16:56:13 +00:00
go.sum Update module github.com/stretchr/testify to v1.11.0 (#35) 2025-08-26 20:48:31 +00:00
json_test.go Update module golangci-lint to v2 (#17) 2025-05-24 21:24:29 +00:00
LICENSE Init commit 2014-10-07 06:51:12 -04:00
misc_test.go Update module golangci-lint to v2 (#17) 2025-05-24 21:24:29 +00:00
multipart_test.go Update module golangci-lint to v2 (#17) 2025-05-24 21:24:29 +00:00
README.md [CHORE] Update dependencies 2024-11-05 16:23:13 +01:00
renovate.json chore(renovate): use shared org preset 2024-11-07 15:26:16 +01:00
validate_test.go feat: remove email validation rule 2025-08-23 04:57:40 +02:00

Middleware binding provides request data binding and validation for net/http, It's a fork of gitea/binding which is a fork of Macaron.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.