diff options
author | Robert Kaussow <xoxys@rknet.org> | 2022-03-24 16:47:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 11:47:37 -0400 |
commit | 909804b717713d9dddf9589a31b825e75ecd105e (patch) | |
tree | ed92a38f70478c93d054fcb7ff5998c9bd1533ce /go.mod | |
parent | def545676f9612b1138016bb0e5304afd4ac37f0 (diff) | |
download | gitea-909804b717713d9dddf9589a31b825e75ecd105e.tar.gz gitea-909804b717713d9dddf9589a31b825e75ecd105e.zip |
Bump goldmark to v1.4.11 (#19201)
* Bump goldmark to v1.4.11
* add testcase
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ require ( github.com/urfave/cli v1.22.5 github.com/xanzy/go-gitlab v0.58.0 github.com/yohcop/openid-go v1.0.0 - github.com/yuin/goldmark v1.4.8 + github.com/yuin/goldmark v1.4.11 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 |