summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-27 10:58:34 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-27 10:58:34 +0100
commitcc351958e12d4dc83f664a1d51be76a447fea9b8 (patch)
tree64ec2ca19d333f0a02a96d67ed31119af9107d8b /go.mod
parentc24f3ae22b27dfe5339662277f8183596a6d148d (diff)
Update Chroma
Fixes #4993
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 3 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index ca485d82f..297904f64 100644
--- a/go.mod
+++ b/go.mod
@@ -6,17 +6,14 @@ require (
github.com/PuerkitoBio/purell v1.1.0
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
- github.com/alecthomas/chroma v0.6.0
- github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
- github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
+ github.com/alecthomas/chroma v0.6.2
+ github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/bep/debounce v1.1.0
github.com/bep/gitmap v1.0.0
github.com/bep/go-tocss v0.6.0
github.com/chaseadamsio/goorgeous v1.1.0
github.com/cpuguy83/go-md2man v1.0.8 // indirect
- github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/disintegration/imaging v1.5.0
- github.com/dlclark/regexp2 v1.1.6 // indirect
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/fortytw2/leaktest v1.2.0
github.com/fsnotify/fsnotify v1.4.7
@@ -41,7 +38,6 @@ require (
github.com/pkg/errors v0.8.0
github.com/russross/blackfriday v0.0.0-20180804101149-46c73eb196ba
github.com/sanity-io/litter v1.1.0
- github.com/sergi/go-diff v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
github.com/spf13/afero v1.2.0
github.com/spf13/cast v1.3.0
@@ -57,7 +53,7 @@ require (
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
- golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e // indirect
+ golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6 // indirect
golang.org/x/text v0.3.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2