update golang libraries (#15258) (#15260)

This commit is contained in:
techknowlogick 2021-04-03 00:27:14 -04:00 committed by GitHub
parent 0d7afb02c0
commit 558b0005ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
350 changed files with 37016 additions and 16328 deletions

View file

@ -263,7 +263,7 @@ var voidElements = map[string]bool{
"hr": true,
"img": true,
"input": true,
"keygen": true,
"keygen": true, // "keygen" has been removed from the spec, but are kept here for backwards compatibility.
"link": true,
"meta": true,
"param": true,