summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-07-09 03:30:31 +0200
committerGitHub <noreply@github.com>2021-07-09 03:30:31 +0200
commit91162bbaea206e92cc514755a8ee288a43763803 (patch)
tree4d8e16a8b190dd885361e32f5f24e5675baf9cf5 /go.mod
parent6c6938e2ede060dd819467f97f812dac034fe3d7 (diff)
downloadgitea-91162bbaea206e92cc514755a8ee288a43763803.tar.gz
gitea-91162bbaea206e92cc514755a8ee288a43763803.zip
Update bluemonday to v1.0.15 (#16379)
* update github.com/microcosm-cc/bluemonday * add exec flag to contrib/update_dependencies.sh * Fix TESTS
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 0b773b3c65..5032acce99 100644
--- a/go.mod
+++ b/go.mod
@@ -80,7 +80,7 @@ require (
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.7
github.com/mholt/archiver/v3 v3.5.0
- github.com/microcosm-cc/bluemonday v1.0.14
+ github.com/microcosm-cc/bluemonday v1.0.15
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