summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2020-03-18 22:16:00 -0400
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-19 12:26:19 +0100
commit52c159c452ab7f48369b5cc9ecc57ecc8dc91654 (patch)
treedd04d374a15e30a214d9e4550e22486adf529166 /go.mod
parentc7b6d74e898c78da9f5e272e528ff9654206576e (diff)
Update to goldmark 1.1.25.
This fixes a bug, so there's a small change to tests.
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 e74f2a66d..5c011d104 100644
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,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.22
+ github.com/yuin/goldmark v1.1.25
github.com/yuin/goldmark-highlighting v0.0.0-20200218065240-d1af22c1126f
go.opencensus.io v0.22.0 // indirect
go.uber.org/atomic v1.4.0