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
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 /exampleSite
parent1b1cdb0e549c6124b02eb4a89310deed2def3954 (diff)
chore: hugo mod tidy (#497)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/go.mod3
-rw-r--r--exampleSite/go.sum1
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 93c421e5..21c14e5f 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -1,12 +1,11 @@
module github.com/peaceiris/hugo-theme-iris/exampleSite
-go 1.15
+go 1.18
replace github.com/peaceiris/hugo-theme-iris => ../
require (
github.com/hakimel/reveal.js v0.0.0-20210827074853-01d8d669bc2b // indirect
- github.com/jaywcjlove/hotkeys v3.8.7+incompatible // indirect
github.com/jgthms/bulma v0.0.0-20210828105430-67ab02b2890d // indirect
github.com/mathjax/MathJax v0.0.0-20210617144258-7146ffa47956 // indirect
github.com/mermaid-js/mermaid v8.8.5-0.20210826174357-48b6a32fe19a+incompatible // indirect
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 45592c11..f326a936 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -3,6 +3,7 @@ github.com/hakimel/reveal.js v0.0.0-20210827074853-01d8d669bc2b h1:kgGMoXKbp58tg
github.com/hakimel/reveal.js v0.0.0-20210827074853-01d8d669bc2b/go.mod h1:vIoaZ8tJbfDF30DhKf6Dia5ykePO0tETa9Posw8UrOE=
github.com/jaywcjlove/hotkeys v3.8.7+incompatible h1:bHVYgNlsrfgya/U5dQiM703gzZZXzQuvM1B62FPNh2U=
github.com/jaywcjlove/hotkeys v3.8.7+incompatible/go.mod h1:B8sgoHCreUIgvVuJaI5mfsyw/gFV+c+OlJfNbLpdtzQ=
+github.com/jaywcjlove/hotkeys v3.9.0+incompatible/go.mod h1:B8sgoHCreUIgvVuJaI5mfsyw/gFV+c+OlJfNbLpdtzQ=
github.com/jgthms/bulma v0.0.0-20210618174152-5a23dcbfe4bf/go.mod h1:89FLBKXYFKfOKAoDeUT26V0pHGwzr205cMXAEqtAVOI=
github.com/jgthms/bulma v0.0.0-20210828105430-67ab02b2890d h1:Mlp9/N0fRpb7Bw1nqvCmtGZRmrvbvwlHEZX6kOr2+Wk=
github.com/jgthms/bulma v0.0.0-20210828105430-67ab02b2890d/go.mod h1:89FLBKXYFKfOKAoDeUT26V0pHGwzr205cMXAEqtAVOI=