summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-10-20 21:58:39 +0100
committerGitHub <noreply@github.com>2021-10-20 16:58:39 -0400
commitc5a408df052c32ff2a1872cc65d2cac451769f35 (patch)
treee0506eb0de08cbdb41e2d09560a25598d9c0803c /go.mod
parent35b918f574464eeca89fcf0d5f3a07a58a4b5a38 (diff)
downloadgitea-c5a408df052c32ff2a1872cc65d2cac451769f35.tar.gz
gitea-c5a408df052c32ff2a1872cc65d2cac451769f35.zip
Upgrade Bluemonday to v1.0.16 (#17372)
Upgrade Bluemonday to latest version Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7a4923e9e4..ce22ba2204 100644
--- a/go.mod
+++ b/go.mod
@@ -82,7 +82,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