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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2021-05-29 12:16:18 +0300
committerGitHub <noreply@github.com>2021-05-29 12:16:18 +0300
commitd18a55f75a814eaea7ba9e14bb4b465ecc0cff25 (patch)
tree903a3ed018f0c129afbbebcf81b6879dbec43fd6 /go.mod
parentda074611dd49274fa69b866c7d11250f330875ce (diff)
deps: update dependencies (#362)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a04c9e5c..6d32807d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ module github.com/peaceiris/hugo-theme-iris
go 1.15
require (
- github.com/jaywcjlove/hotkeys v3.8.3+incompatible // indirect
+ github.com/jaywcjlove/hotkeys v3.8.5+incompatible // indirect
github.com/peaceiris/hugo-mod-bulma v0.2.0 // indirect
github.com/peaceiris/hugo-mod-mathjax v0.1.3 // indirect
github.com/peaceiris/hugo-mod-mermaidjs v0.9.0 // indirect
- github.com/peaceiris/hugo-mod-revealjs v0.2.0 // indirect
+ github.com/peaceiris/hugo-mod-revealjs v0.3.0 // indirect
)