summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-07-09 20:58:22 +0200
committerGitHub <noreply@github.com>2022-07-09 19:58:22 +0100
commit11c074814611adfba9e04839b9743ac58d11871e (patch)
tree2e4343a2b5a7f03dfddad8a5efda32d589666bd9 /go.mod
parent36353e27e62fb848f563f1def402a45cb705a003 (diff)
downloadgitea-11c074814611adfba9e04839b9743ac58d11871e.tar.gz
gitea-11c074814611adfba9e04839b9743ac58d11871e.zip
Update goldmark (#20300)
Update goldmark to v1.4.13 to fix a issue with quotes after a empty list item(See https://github.com/yuin/goldmark/issues/313) and downstream issue https://codeberg.org/Codeberg/Community/issues/645
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 8e0003d6ec..026c5723c3 100644
--- a/go.mod
+++ b/go.mod
@@ -87,7 +87,7 @@ require (
github.com/urfave/cli v1.22.9
github.com/xanzy/go-gitlab v0.64.0
github.com/yohcop/openid-go v1.0.0
- github.com/yuin/goldmark v1.4.12
+ github.com/yuin/goldmark v1.4.13
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
github.com/yuin/goldmark-meta v1.1.0
go.jolheiser.com/hcaptcha v0.0.4