summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsatotake <doublequotation@gmail.com>2020-02-18 22:08:46 +0900
committerGitHub <noreply@github.com>2020-02-18 14:08:46 +0100
commita21a9373e06091ab70d8a5f4da8ff43f7c609b4b (patch)
tree11c62e545bebd3224e18092a9c52c6b0fb0e468e /go.mod
parent775c7c2474d8797c96c9ac529a3cd93c0c2d3514 (diff)
deps: Update goldmark-highlighting
See #6901
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c5bb01359..7c811ef64 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,6 @@ require (
github.com/bep/golibsass v0.5.0
github.com/bep/tmc v0.5.1
github.com/disintegration/gift v1.2.1
- github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.7.2
@@ -52,7 +51,7 @@ require (
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-highlighting v0.0.0-20191202084645-78f32c8dd6d5
+ github.com/yuin/goldmark-highlighting v0.0.0-20200218065240-d1af22c1126f
go.opencensus.io v0.22.0 // indirect
go.uber.org/atomic v1.4.0
gocloud.dev v0.15.0