Add thazelart/terraform-validator in validation (#2628)

This commit is contained in:
Thibault Hazelart 2019-07-27 17:39:14 +02:00 committed by Ceriath
parent 86c9a4881a
commit 9ded487a30

View File

@ -1799,6 +1799,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [govalidator](https://github.com/thedevsaddam/govalidator) - Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
* [jio](https://github.com/faceair/jio) - jio is a json schema validator similar to [joi](https://github.com/hapijs/joi).
* [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) - Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs instead of struct tags.
* [terraform-validator](https://github.com/thazelart/terraform-validator) - A norms and conventions validator for Terraform.
* [validate](https://github.com/gookit/validate) - Go package for data validation and filtering. support validate Map, Struct, Request(Form, JSON, url.Values, Uploaded Files) data and more features.
* [validate](https://github.com/gobuffalo/validate) - This package provides a framework for writing validations for Go applications.
* [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.