diff options
author | 6543 <6543@obermui.de> | 2021-10-20 22:57:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 16:57:19 -0400 |
commit | 3baeec745cfb2dd9488df98d5d550e5024298749 (patch) | |
tree | 5d867bb172989eadbe14faa2e2bb3dfbf1cf27d3 /go.mod | |
parent | befb6bea22d757231ae51c48a4f40b71f2d87ad8 (diff) | |
download | gitea-3baeec745cfb2dd9488df98d5d550e5024298749.tar.gz gitea-3baeec745cfb2dd9488df98d5d550e5024298749.zip |
Upgrade Bluemonday to v1.0.16 (#17372) (#17374)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,7 @@ require ( github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mattn/go-sqlite3 v1.14.8 github.com/mholt/archiver/v3 v3.5.0 - github.com/microcosm-cc/bluemonday v1.0.15 + github.com/microcosm-cc/bluemonday v1.0.16 github.com/miekg/dns v1.1.43 // indirect github.com/minio/md5-simd v1.1.2 // indirect github.com/minio/minio-go/v7 v7.0.12 @@ -125,7 +125,7 @@ require ( go.uber.org/multierr v1.7.0 // indirect go.uber.org/zap v1.18.1 // indirect golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e - golang.org/x/net v0.0.0-20210614182718-04defd469f4e + golang.org/x/net v0.0.0-20211020060615-d418f374d309 golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c golang.org/x/text v0.3.6 |