Bump github.com/microcosm-cc/bluemonday from 1.0.8 to 1.0.9 (#957)

Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.8...v1.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-26 00:31:55 -07:00
committed by GitHub
parent eedc07fc94
commit bf22addb13
2 changed files with 10 additions and 9 deletions

4
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/grafov/m3u8 v0.11.1
github.com/markbates/pkger v0.17.1
github.com/mattn/go-sqlite3 v1.14.7
github.com/microcosm-cc/bluemonday v1.0.8
github.com/microcosm-cc/bluemonday v1.0.9
github.com/mssola/user_agent v0.5.2
github.com/mvdan/xurls v1.1.0 // indirect
github.com/nareix/joy5 v0.0.0-20200712071056-a55089207c88
@@ -23,7 +23,7 @@ require (
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/yuin/goldmark v1.3.5
golang.org/x/mod v0.4.2
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.4.0