summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod4
-rw-r--r--go.sum2
2 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 4b49719..c33d4a2 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
-module github.com/sergeyklay/gohugo-theme-ed
+module github.com/smadurange/gohugo-theme-ed
go 1.18
require (
- github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 // indirect
+ github.com/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756 // indirect
github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)
diff --git a/go.sum b/go.sum
index eb1783f..3738b92 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,6 @@
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/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756 h1:DknA9ZOx7KoZ/07g2Ismhg+r1JsBAjc4ZAGb3p8VDdQ=
+github.com/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756/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=