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

go 1.18

require (
	github.com/jquery/jquery-dist v0.0.0-20210302171154-e786e3d9707f // indirect
	github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)