Add Chinese translations and tests for these tags:
excluded_if
excluded_unless
excluded_with
excluded_with_all
excluded_without
excluded_without_all
Add Chinese translations tests for these tags:
required_if
required_unless
required_with
required_with_all
required_without
required_without_all
Add English translations and tests for these tags:
required_unless
required_with
required_with_all
required_without
required_without_all
excluded_if
excluded_unless
excluded_with
excluded_with_all
excluded_without
excluded_without_all
RFC-1123 is based on RFC-952, which doesn't allow underscores. RFC-1123
must be therefore implemented with the same constraint to disallow
underscores in host names.
Fixed README.md. Added missing tags.
Fixed function names in comments in baked_in.go.
Fixed error strings in validator_instance.go (should not be
capitalized).
Fixed twice imported assert package in validator_test.go.
fix https://github.com/go-playground/validator/issues/756
Undoes this pr? https://github.com/go-playground/validator/pull/710
Running `go get github.com/go-playground/validator/v10` definitely seems to be the right command. Go getting without the version pulls 9 or just the master. Also importing without the version does not use the current version (v10 at the time of this pr)
Co-authored-by: Dean Karn <Dean.Karn@gmail.com>
* Update yaml and x/crypto to fix security vulnerabilities
* run go mod tidy to add missing go.sum entries
Co-authored-by: Dean Karn <Dean.Karn@gmail.com>