summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: d1a2e68207c99cc5105edbfcffcf0f8e42f6abb0 (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-20210817201033-8ae43bc02b3c // indirect
	github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)