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

github.com/bep/docuapi.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-01-03 01:43:33 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-03 01:43:33 +0300
commitab0a867e0556d650a18200939b8fe23fea3abb58 (patch)
treec9d01d27f97f9df68b0d6c9752abe75fba8c6d0d
parent61373399e9295a41b0f4de7c94edccaeb7222a89 (diff)
Pin the jQuery to the 3.41 tagv1.4.1
-rw-r--r--exampleSite/go.mod2
-rw-r--r--exampleSite/go.sum2
-rw-r--r--go.mod2
-rw-r--r--go.sum2
4 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index a39a043..1ce4dbb 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -4,7 +4,7 @@ go 1.12
require (
github.com/bep/empty-hugo-module v1.0.0 // indirect
- github.com/jquery/jquery-dist v0.0.0-20191202185020-55b7d19f7bf1 // indirect
+ github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76 // indirect
github.com/olivernn/lunr.js v2.3.8+incompatible // indirect
github.com/slatedocs/slate v2.3.1+incompatible // indirect
)
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index 43df89b..74fcb5d 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -1,5 +1,7 @@
github.com/bep/empty-hugo-module v1.0.0 h1:aYc9RWea644CdYjg9zCy8nkVF4KjC3fwhUTvvcXXg8s=
github.com/bep/empty-hugo-module v1.0.0/go.mod h1:whohinbSjMoFi/Skivj9kvdPs1tEgzYpZ4rXoQk/0/I=
+github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76 h1:j+Kzn/FdSZMPCfz6nZAJUU2+DBH0LPZU/Cmq3ZhBoRA=
+github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76/go.mod h1:/lTfttEqFU0GWTaOOMIeNTzLGQ7yTIgyzjtkS/pYIoc=
github.com/jquery/jquery-dist v0.0.0-20191202185020-55b7d19f7bf1 h1:5J/Uu1ow4Ldq50ZaN8fq9qkqDq6UJdjSoHy6oVBBSR4=
github.com/jquery/jquery-dist v0.0.0-20191202185020-55b7d19f7bf1/go.mod h1:/lTfttEqFU0GWTaOOMIeNTzLGQ7yTIgyzjtkS/pYIoc=
github.com/olivernn/lunr.js v2.3.8+incompatible h1:t9qfO9qpBCSEhjnvTHQtfOA8Ggwnvn5Y1JWFalyoPl0=
diff --git a/go.mod b/go.mod
index 52e9ced..11d1788 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/bep/docuapi
go 1.12
require (
- github.com/jquery/jquery-dist v0.0.0-20191202185020-55b7d19f7bf1 // indirect
+ github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76 // indirect
github.com/olivernn/lunr.js v2.3.8+incompatible // indirect
github.com/slatedocs/slate v2.3.1+incompatible // indirect
)
diff --git a/go.sum b/go.sum
index 432ff52..3505518 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,5 @@
+github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76 h1:j+Kzn/FdSZMPCfz6nZAJUU2+DBH0LPZU/Cmq3ZhBoRA=
+github.com/jquery/jquery-dist v0.0.0-20190501211928-15bc73803f76/go.mod h1:/lTfttEqFU0GWTaOOMIeNTzLGQ7yTIgyzjtkS/pYIoc=
github.com/jquery/jquery-dist v0.0.0-20191202185020-55b7d19f7bf1 h1:5J/Uu1ow4Ldq50ZaN8fq9qkqDq6UJdjSoHy6oVBBSR4=
github.com/jquery/jquery-dist v0.0.0-20191202185020-55b7d19f7bf1/go.mod h1:/lTfttEqFU0GWTaOOMIeNTzLGQ7yTIgyzjtkS/pYIoc=
github.com/olivernn/lunr.js v2.3.8+incompatible h1:t9qfO9qpBCSEhjnvTHQtfOA8Ggwnvn5Y1JWFalyoPl0=