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

go.mod - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: 5aced4e33c1eeaa5eb2cbd508046319f6e867837 (plain)
1
2
3
4
5
6
7
8
9
10
11
module github.com/peaceiris/hugo-theme-iris

go 1.15

require (
	github.com/jaywcjlove/hotkeys v3.8.7+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
)