diff options
author | zeripath <art27@cantab.net> | 2021-03-20 11:23:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 12:23:55 +0100 |
commit | 9ed9ed9ae019918544c0656199235aa23e013f95 (patch) | |
tree | b1843fada5111969c3e239b3f2f12a0fbd353b82 /go.mod | |
parent | d05539eb3e49542ba99af8f4add677f410246aa7 (diff) | |
download | gitea-9ed9ed9ae019918544c0656199235aa23e013f95.tar.gz gitea-9ed9ed9ae019918544c0656199235aa23e013f95.zip |
Update to goldmark 1.3.3 (#15059)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ require ( github.com/xanzy/go-gitlab v0.44.0 github.com/xanzy/ssh-agent v0.3.0 // indirect github.com/yohcop/openid-go v1.0.0 - github.com/yuin/goldmark v1.3.2 + github.com/yuin/goldmark v1.3.3 github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 github.com/yuin/goldmark-meta v1.0.0 go.jolheiser.com/hcaptcha v0.0.4 |