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>2022-04-23 09:18:40 +0300
committerGitHub <noreply@github.com>2022-04-23 09:18:40 +0300
commitb30e71928c64ed654ee3d928d0084d9cf194754d (patch)
tree2a17110fbb65070e4ffad84d1644db63dad2c4ed /go.mod
parent1b1cdb0e549c6124b02eb4a89310deed2def3954 (diff)
chore: hugo mod tidy (#497)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 9 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 81bac024..26afd47a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,11 @@
module github.com/peaceiris/hugo-theme-iris
-go 1.15
+go 1.18
+
+require (
+ github.com/jaywcjlove/hotkeys v3.9.0+incompatible // indirect
+ github.com/peaceiris/hugo-mod-bulma v0.3.0 // indirect
+ github.com/peaceiris/hugo-mod-mathjax v0.2.0 // indirect
+ github.com/peaceiris/hugo-mod-mermaidjs v0.9.0 // indirect
+ github.com/peaceiris/hugo-mod-revealjs v0.4.0 // indirect
+)