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-09 05:57:24 +0300
committerGitHub <noreply@github.com>2021-05-09 05:57:24 +0300
commit63f3cf78a39fdab8c0b28d3c97b8d23ee8a1d407 (patch)
tree24b4e795af65ba71601e30b6279e744113ac6b68 /go.mod
parent9ef3404840dfa5a9bc68b2f023b3ff0af9c5aaa9 (diff)
feat: Keyboard shortcut (#331)
Close #327 - [jaywcjlove/hotkeys: ➷ A robust Javascript library for capturing keyboard input. It has no dependencies.](https://github.com/jaywcjlove/hotkeys) - [Modal | Bulma: Free, open source, and modern CSS framework based on Flexbox](https://bulma.io/documentation/components/modal/)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 012342b6..2c9f954c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ 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