aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-12-29 00:28:27 +0800
committerGitHub <noreply@github.com>2020-12-29 00:28:27 +0800
commit11555d850b0b5977d49b458db2be6305fe4f645d (patch)
treed75468bf043878f67298f91e2b5376c2315e9538 /vendor/modules.txt
parent3175d08626232e85df64bec95fa62aac227e252a (diff)
downloadgitea-11555d850b0b5977d49b458db2be6305fe4f645d.tar.gz
gitea-11555d850b0b5977d49b458db2be6305fe4f645d.zip
Fix bug of link query order on markdown render (#14156)
* Fix bug of link query order on markdown render * Fix bluemonday bug and fix one wrong test Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index a30151bf34..346d0a749f 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -576,7 +576,7 @@ github.com/mgechev/revive/rule
# github.com/mholt/archiver/v3 v3.5.0
## explicit
github.com/mholt/archiver/v3
-# github.com/microcosm-cc/bluemonday v1.0.4
+# github.com/microcosm-cc/bluemonday v1.0.4 => github.com/lunny/bluemonday v1.0.5-0.20201227154428-ca34796141e8
## explicit
github.com/microcosm-cc/bluemonday
# github.com/minio/md5-simd v1.1.0
@@ -998,3 +998,4 @@ xorm.io/xorm/names
xorm.io/xorm/schemas
xorm.io/xorm/tags
# github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4
+# github.com/microcosm-cc/bluemonday => github.com/lunny/bluemonday v1.0.5-0.20201227154428-ca34796141e8