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 17:17:28 +0300
committerGitHub <noreply@github.com>2022-04-23 17:17:28 +0300
commiteef12f179c21a56562e7f7cbb4f919ecb20050e5 (patch)
tree91c08b741619257305d08959d10862276752b7af /go.mod
parent85e17d3880543359991794c6872d9dd07ee443d6 (diff)
feat: stop managing deps with hugo mod (#499)
- feat: resources.GetRemote revealjs.com - feat: resources.GetRemote bulma - feat: resources.GetRemote hotkeys - feat: resources.GetRemote mathjax - feat: resources.GetRemote mermaid - build: refactor Makefile - ci: use peaceiris/workflows/setup-hugo
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 0 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 26afd47a..ba1497f4 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,4 @@ module github.com/peaceiris/hugo-theme-iris
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
)