summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-09-25 08:42:15 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-09-25 08:42:15 +0200
commite073f4efb1345f6408000ef3f389873f8cf7179e (patch)
treea6d32b8fd26b8efac268469b6a4b4b8863c72026 /go.mod
parent454a033dc5bc9b3db626fe1533d7e8494d79f472 (diff)
deps: Update Chroma
Closes #6279
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 55f5c4b73..fabb14101 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/PuerkitoBio/purell v1.1.0
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
- github.com/alecthomas/chroma v0.6.4
+ github.com/alecthomas/chroma v0.6.7
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.19.40
@@ -14,6 +14,7 @@ require (
github.com/bep/go-tocss v0.6.0
github.com/bep/tmc v0.5.0
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/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/fortytw2/leaktest v1.3.0