update dependencies

This commit is contained in:
Mechiel Lukkien
2023-07-28 22:47:28 +02:00
parent 01adad62b2
commit 3ef1f31359
43 changed files with 17416 additions and 1678 deletions

View File

@ -121,7 +121,7 @@ func CheckJoiners(enable bool) Option {
}
}
// StrictDomainName limits the set of permissable ASCII characters to those
// StrictDomainName limits the set of permissible ASCII characters to those
// allowed in domain names as defined in RFC 1034 (A-Z, a-z, 0-9 and the
// hyphen). This is set by default for MapForLookup and ValidateForRegistration,
// but is only useful if ValidateLabels is set.