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: 2c9f954c5d53ffd077a68055952292e86515dbae (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.3+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.7.0 // indirect
	github.com/peaceiris/hugo-mod-revealjs v0.2.0 // indirect
)