summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Riggott <flother@users.noreply.github.com>2020-01-15 09:32:45 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-15 12:07:25 +0100
commitd3e8ab2e39dcc27853b163079f4a82364286fe82 (patch)
tree18b0f49b7687631e652b5c0ea770f4424137e3ee /go.mod
parentda814556567eab9ba0ac5fef5314c3ad5ee50ccd (diff)
deps: Update Goldmark to v1.1.21
This is the first version of Goldmark that supports all the Smartypants-style typographic punctuation transformations. Now, a straight single quote in the middle of a word is translated into a curly quote (e.g. "that's" becomes "that&rsquo;s"). Earlier versions leave them untouched. This brings Goldmark in line with Blackfriday. Fixes #6571.
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 a741ed253..d99cb010b 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.7.0
- github.com/yuin/goldmark v1.1.20
+ github.com/yuin/goldmark v1.1.21
github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5
go.opencensus.io v0.22.0 // indirect
gocloud.dev v0.15.0