summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-04-10 00:13:06 +0100
committerGitHub <noreply@github.com>2021-04-09 19:13:06 -0400
commitb9ed3cbc26ca20e0c88a66ed42dbc1268a2343bc (patch)
tree4979ed35cfe1aa219a70229a6c34b746dca3f648 /go.mod
parent07aa3845f88b83c08b64ee6d96e250ac5d1359fc (diff)
downloadgitea-b9ed3cbc26ca20e0c88a66ed42dbc1268a2343bc.tar.gz
gitea-b9ed3cbc26ca20e0c88a66ed42dbc1268a2343bc.zip
Upgrade to bluemonday 1.0.7 (#15379)
* Upgrade to bluemonday 1.0.7 Fix #15349 Signed-off-by: Andrew Thornton <art27@cantab.net> * resolve unit test Co-authored-by: techknowlogick <techknowlogick@gitea.io>
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 af67337179..d9c4fbd274 100644
--- a/go.mod
+++ b/go.mod
@@ -86,7 +86,7 @@ require (
github.com/mgechev/revive v1.0.3
github.com/mholt/acmez v0.1.3 // indirect
github.com/mholt/archiver/v3 v3.5.0
- github.com/microcosm-cc/bluemonday v1.0.6
+ github.com/microcosm-cc/bluemonday v1.0.7
github.com/miekg/dns v1.1.40 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.10