Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-22 17:26:49 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-22 17:27:55 +0300
commitad2d187b1d48fb621753d0c078381fd6303d69cd (patch)
tree097457a2da134d063c93c3485b7575e1132b4f3f
parent9d4451e9db056b5df665865f5b4d976681ec3515 (diff)
instantpage: Be explicit about the versioninstantpage/v0.5.1
-rw-r--r--instantpage/go.mod3
-rw-r--r--instantpage/go.sum2
2 files changed, 5 insertions, 0 deletions
diff --git a/instantpage/go.mod b/instantpage/go.mod
index 512ba04..92f8a3e 100644
--- a/instantpage/go.mod
+++ b/instantpage/go.mod
@@ -1,2 +1,5 @@
module github.com/gohugoio/hugo-mod-jslibs/instantpage
+go 1.15
+
+require github.com/instantpage/instant.page v5.1.0+incompatible // indirect
diff --git a/instantpage/go.sum b/instantpage/go.sum
index e69de29..8fc88f6 100644
--- a/instantpage/go.sum
+++ b/instantpage/go.sum
@@ -0,0 +1,2 @@
+github.com/instantpage/instant.page v5.1.0+incompatible h1:/Z2XRXfY5HwuCN3TTqo56PaFyIlDr4l3tyytR/jGHXI=
+github.com/instantpage/instant.page v5.1.0+incompatible/go.mod h1:GXVDktwI+K4T9o5mcK2NYDqPFxAUrB9U9goR9oG1SaI=