summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: c33d4a2e612424b7e66f6767ed4287478ea9a67e (plain)
1
2
3
4
5
6
7
8
module github.com/smadurange/gohugo-theme-ed

go 1.18

require (
	github.com/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756 // indirect
	github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)