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:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-05 10:30:46 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-05 10:30:46 +0300
commitfcfb1d3f2cad3794e26ea30f09c845d2f19308aa (patch)
treec896d09a7cee488c0bc260df10b1081e475a6d4a
parent048a9b75ac2e33faabff7fedd9031095eb790133 (diff)
deps: inport peaceiris/hugo-mod-bulma
-rw-r--r--config.toml3
-rw-r--r--go.mod2
-rw-r--r--go.sum3
3 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 00000000..4669482e
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+[module]
+[[module.imports]]
+path="github.com/peaceiris/hugo-mod-bulma"
diff --git a/go.mod b/go.mod
index 81bac024..ce7b5b5e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module github.com/peaceiris/hugo-theme-iris
go 1.15
+
+require github.com/peaceiris/hugo-mod-bulma v0.1.1 // indirect
diff --git a/go.sum b/go.sum
new file mode 100644
index 00000000..e9441821
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,3 @@
+github.com/jgthms/bulma v0.0.0-20200928223852-9928dba42d75/go.mod h1:89FLBKXYFKfOKAoDeUT26V0pHGwzr205cMXAEqtAVOI=
+github.com/peaceiris/hugo-mod-bulma v0.1.1 h1:mfxv5TX9mSoT72WwGi6y2LeiSjVE7TV1dU659fih+90=
+github.com/peaceiris/hugo-mod-bulma v0.1.1/go.mod h1:Oldyip8pv+p8c94jOprxEJ+0+IzDyYi3t/kpZ3txDnM=