diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-07-09 20:58:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 19:58:22 +0100 |
commit | 11c074814611adfba9e04839b9743ac58d11871e (patch) | |
tree | 2e4343a2b5a7f03dfddad8a5efda32d589666bd9 /go.mod | |
parent | 36353e27e62fb848f563f1def402a45cb705a003 (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |