bump golang/x/* libs

This commit is contained in:
Nazar Kanaev
2023-10-24 21:49:22 +01:00
parent 13c047fc21
commit 9d5b8d99f7
18 changed files with 2882 additions and 2700 deletions

View File

@@ -434,7 +434,7 @@ func newMatcher(supported []Tag, options []MatchOption) *matcher {
// (their canonicalization simply substitutes a different language code, but
// nothing else), the match confidence is Exact, otherwise it is High.
for i, lm := range language.AliasMap {
// If deprecated codes match and there is no fiddling with the script or
// If deprecated codes match and there is no fiddling with the script
// or region, we consider it an exact match.
conf := Exact
if language.AliasTypes[i] != language.Macro {