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>2022-02-14 15:27:17 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-15 12:37:14 +0300
commitea54a99ca5c4ed9e66574553f6c057fb83d0aca3 (patch)
tree7d8b7db9e798635f8fe84df5ee56d3401e6dd966 /go.mod
parent9563c7d13b157612b01a9d108c134c407126b328 (diff)
deps: Update github.com/alecthomas/chroma v0.9.4 => v0.10.0
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 975c23af5..e206785ad 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ require (
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
- github.com/alecthomas/chroma v0.9.4
+ github.com/alecthomas/chroma v0.10.0
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.41.14
github.com/bep/debounce v1.2.0