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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-20 11:30:05 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-20 11:30:05 +0300
commitb298c06e0551e3eba10b39ae5668b7a6a36a08a7 (patch)
tree94c66c09e0477ba30be9963af9d13b6c29aa39bb /go.mod
parent55e290af41ad1c92af13679d4a84d64985d41456 (diff)
deps: Update to Chroma v0.8.2
Closes #7970
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 055afaf9d..095f006e8 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.8.1
+ github.com/alecthomas/chroma v0.8.2
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.35.0
@@ -14,6 +14,7 @@ require (
github.com/bep/golibsass v0.7.0
github.com/bep/tmc v0.5.1
github.com/disintegration/gift v1.2.1
+ github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/evanw/esbuild v0.8.11
github.com/fortytw2/leaktest v1.3.0