diff --git a/README.md b/README.md index 2415489c..10ed9528 100644 --- a/README.md +++ b/README.md @@ -2711,6 +2711,7 @@ _Libraries for working with UUIDs._ _Libraries for validation._ - [checkdigit](https://github.com/osamingo/checkdigit) - Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.). +- [galidator](https://github.com/golodash/galidator) - Lightweight flexible general use case validator for complex and simple scenarios, mostly used in APIs. - [gody](https://github.com/guiferpa/gody) - :balloon: A lightweight struct validator for Go. - [govalid](https://github.com/twharmon/govalid) - Fast, tag-based validation for structs. - [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs.