summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBhavin Gandhi <bhavin7392@gmail.com>2020-01-28 21:23:17 +0530
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-29 19:48:33 +0100
commit281abb18ee39fa2b5d4782b64f27cffcbf4e0240 (patch)
treeb0519b4e7db924fd4bf6c931fb7d10362e303f4b /go.mod
parentd8e685154de844baab2a81a147dc0e13f1b8d0c4 (diff)
deps: Update goldmark to v1.1.22
v1.1.22 has a fix for issue where links with newline in the title don't get parsed correctly. Reference: https://github.com/yuin/goldmark/issues/94 Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
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 086e324ba..ff307cee2 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
github.com/tdewolff/minify/v2 v2.6.1
- github.com/yuin/goldmark v1.1.21
+ github.com/yuin/goldmark v1.1.22
github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5
go.opencensus.io v0.22.0 // indirect
go.uber.org/atomic v1.4.0