summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xexampleSite/data/refs.json1
-rw-r--r--exampleSite/go.mod2
-rw-r--r--go.mod2
-rw-r--r--go.sum4
4 files changed, 5 insertions, 4 deletions
diff --git a/exampleSite/data/refs.json b/exampleSite/data/refs.json
new file mode 100755
index 0000000..9e26dfe
--- /dev/null
+++ b/exampleSite/data/refs.json
@@ -0,0 +1 @@
+{} \ No newline at end of file
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 877689e..a4c0cd0 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -4,4 +4,4 @@ go 1.18
replace github.com/sergeyklay/gohugo-theme-ed => ../
-require github.com/sergeyklay/gohugo-theme-ed v0.5.0 // indirect
+require github.com/sergeyklay/gohugo-theme-ed v0.6.0 // indirect
diff --git a/go.mod b/go.mod
index 1c6086a..4b49719 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/sergeyklay/gohugo-theme-ed
go 1.18
require (
- github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670 // indirect
+ github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 // indirect
github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)
diff --git a/go.sum b/go.sum
index a716765..eb1783f 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,4 @@
-github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670 h1:Miq24L5MyB5ppgW+Rhu39F2LAi+UERKRZEypmtb5SrM=
-github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670/go.mod h1:9u5XeCq3kYXZEJvSRP8Pz2qBAsNsmIM9ssN2fE1MnPw=
+github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 h1:zneQRMcYb0EA5ZT4W6EOcs9CxZtDZhAFEq0lIk0GYUM=
+github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6/go.mod h1:9u5XeCq3kYXZEJvSRP8Pz2qBAsNsmIM9ssN2fE1MnPw=
github.com/olivernn/lunr.js v2.3.9+incompatible h1:eH8iBnjlR4mwlYDdNuqy9PCNLjp2bEs6aoNnTSaccx0=
github.com/olivernn/lunr.js v2.3.9+incompatible/go.mod h1:yEkQ1DUSMtNsn8n2CqvQXZd0ErWPEG8g9QRmblR+KS8=