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

go 1.18

require (
	github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 // indirect
	github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)