diff options
| author | 2022-11-08 11:30:29 +0100 | |
|---|---|---|
| committer | 2022-11-08 11:30:29 +0100 | |
| commit | be011b164168ae5c1ae7b8a0c11c392187701766 (patch) | |
| tree | 4ea275ab207ec4724a71f2c327034065589a5402 /vendor/golang.org/x/net/html | |
| parent | [chore]: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1002) (diff) | |
| download | gotosocial-be011b164168ae5c1ae7b8a0c11c392187701766.tar.xz | |
[chore]: Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#1003)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.13.0...v1.14.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/golang.org/x/net/html')
| -rw-r--r-- | vendor/golang.org/x/net/html/parse.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/vendor/golang.org/x/net/html/parse.go b/vendor/golang.org/x/net/html/parse.go index 038941d70..291c91908 100644 --- a/vendor/golang.org/x/net/html/parse.go +++ b/vendor/golang.org/x/net/html/parse.go @@ -734,7 +734,7 @@ func inHeadIM(p *parser) bool {  	return false  } -// 12.2.6.4.5. +// Section 12.2.6.4.5.  func inHeadNoscriptIM(p *parser) bool {  	switch p.tok.Type {  	case DoctypeToken: | 
