Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2020-07-27 18:59:22 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-27 23:12:54 +0300
commite5591e89d3a71560b70c5f0ded33f2c9465ffe5a (patch)
treeafe18792aca45d2730f69fcff8c1803f39ae4bf4 /go.mod
parent88929bc23f5a830645c4e2cdac60aa43f480a478 (diff)
deps: Update Chroma to 0.8.0
Closes #7517
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 3569cae87..161333dae 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.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
- github.com/alecthomas/chroma v0.7.3
+ github.com/alecthomas/chroma v0.8.0
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.27.1