diff options
author | zeripath <art27@cantab.net> | 2022-01-29 14:17:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 14:17:21 +0100 |
commit | b34923d919c220798c7d2530dcd892916b7f01e5 (patch) | |
tree | 9f41612cdc60356c9ae885d3e7bd19399467c3ea /go.mod | |
parent | Ensure git tag tests and others create test repos in tmpdir (#18447) (diff) | |
download | forgejo-b34923d919c220798c7d2530dcd892916b7f01e5.tar.xz forgejo-b34923d919c220798c7d2530dcd892916b7f01e5.zip |
Update Goldmark to Goldmark 1.4.4 (#18420)
* Update Goldmark to Goldmark 1.4.4
* nolint the deprecation
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
@@ -113,7 +113,7 @@ require ( github.com/urfave/cli v1.22.5 github.com/xanzy/go-gitlab v0.50.1 github.com/yohcop/openid-go v1.0.0 - github.com/yuin/goldmark v1.4.0 + github.com/yuin/goldmark v1.4.4 github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01 github.com/yuin/goldmark-meta v1.0.0 go.etcd.io/bbolt v1.3.6 // indirect |