Update dependencies

This commit is contained in:
Wim
2022-09-05 19:22:16 +02:00
parent 0482cd191d
commit c5faf73b37
42 changed files with 2002 additions and 1699 deletions

View File

@@ -58,7 +58,7 @@ func captionID(data []byte) (string, int) {
}
// remains must be whitespace.
for l := k + 1; l < end; l++ {
if !isSpace(data[l]) {
if !IsSpace(data[l]) {
return "", 0
}
}