summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-09-25 16:45:36 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-09-25 16:45:36 +0200
commitd96d9bd3d2420f51b77765a6c083bff3b2396c75 (patch)
tree8a7530145a8591eb5bc87b46857844d2e4891c03 /go.mod
parent7405e7466b41144cbf67d044bcbe887f21c113dd (diff)
downloadgohugo-theme-ed-d96d9bd3d2420f51b77765a6c083bff3b2396c75.tar.gz
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1c6086a..4b49719 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/sergeyklay/gohugo-theme-ed
go 1.18
require (
- github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670 // indirect
+ github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 // indirect
github.com/olivernn/lunr.js v2.3.9+incompatible // indirect
)