⬆️ Update vendor

This commit is contained in:
Ettore Di Giacinto
2022-03-21 15:00:51 +01:00
parent 114d4899f6
commit 2f60504da3
38 changed files with 14105 additions and 64 deletions

View File

@@ -77,3 +77,7 @@ func mustRegexSplit(regex string, s string, n int) ([]string, error) {
}
return r.Split(s, n), nil
}
func regexQuoteMeta(s string) string {
return regexp.QuoteMeta(s)
}