update golang.org/x dependencies

This commit is contained in:
Mechiel Lukkien
2023-04-20 15:05:26 +02:00
parent 6eff832d09
commit dae73eb32d
86 changed files with 261 additions and 668 deletions

View File

@ -106,7 +106,7 @@ and as such does not resolve issues that may exist in the processed HTML,
producing a literal interpretation of the input.
If your use case requires semantically well-formed HTML, as defined by the
WHATWG specifiction, the parser should be used rather than the tokenizer.
WHATWG specification, the parser should be used rather than the tokenizer.
*/
package html // import "golang.org/x/net/html"