URI: 
       deps: Update Goldmark to improve Typographer - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 432885c499849efb29d3e50196f377fe0e908333
   DIR parent 6a3e89743ccad58097a6dd203a63448946a2304d
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Fri, 29 May 2020 19:02:30 +0200
       
       deps: Update Goldmark to improve Typographer
       
       See https://github.com/yuin/goldmark/releases/tag/v1.1.31
       See #7289
       
       Diffstat:
         M go.mod                              |       2 +-
         M go.sum                              |       2 ++
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git 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.2
       -        github.com/yuin/goldmark v1.1.30
       +        github.com/yuin/goldmark v1.1.31
                github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
                go.opencensus.io v0.22.0 // indirect
                gocloud.dev v0.15.0
   DIR diff --git a/go.sum b/go.sum
       @@ -387,6 +387,8 @@ github.com/yuin/goldmark v1.1.28 h1:3Ksz4BbKZVlaGbkXzHxoazZzASQKsfUuOZPr5CNxnC4=
        github.com/yuin/goldmark v1.1.28/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
        github.com/yuin/goldmark v1.1.30 h1:j4d4Lw3zqZelDhBksEo3BnWg9xhXRQGJPPSL6OApZjI=
        github.com/yuin/goldmark v1.1.30/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
       +github.com/yuin/goldmark v1.1.31 h1:nKIhaVknZ0wOBBg0Uu6px+t218SfkLh2i/JwwOXYXqs=
       +github.com/yuin/goldmark v1.1.31/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
        github.com/yuin/goldmark-highlighting v0.0.0-20200218065240-d1af22c1126f h1:5295skDVJn90SXIYI22jOMeR9XbnuN76y/V1m9N8ITQ=
        github.com/yuin/goldmark-highlighting v0.0.0-20200218065240-d1af22c1126f/go.mod h1:9yW2CHuRSORvHgw7YfybB09PqUZTbzERyW3QFvd8+0Q=
        github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691 h1:VWSxtAiQNh3zgHJpdpkpVYjTPqRE3P6UZCOPa1nRDio=