Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.3 to 1.0.26 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ require (
github.com/matryer/is v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
github.com/microcosm-cc/bluemonday v1.0.3
github.com/microcosm-cc/bluemonday v1.0.26
github.com/mschoch/smat v0.2.0 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c
Expand Down Expand Up @@ -162,15 +162,13 @@ require (
go.opencensus.io v0.22.4 // indirect
go.uber.org/atomic v1.6.0
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/mod v0.3.0 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
golang.org/x/text v0.3.3 // indirect
golang.org/x/sync v0.1.0
golang.org/x/sys v0.13.0
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/tools v0.0.0-20200626032829-bcbc01e07a20
golang.org/x/tools v0.6.0
google.golang.org/api v0.28.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/grpc v1.30.0 // indirect
Expand Down
Loading