summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 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
)