summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-04 20:46:01 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-04 20:46:01 +0200
commit6147926629ab0b0ceac9797ee780643c3592deed (patch)
tree91a19746e586e06a385cbf501a4f94608eefd2e3 /go.mod
parentc87c4c200c3f6a2e6474623db4aad8b2b30e713b (diff)
downloadgohugo-theme-ed-6147926629ab0b0ceac9797ee780643c3592deed.tar.gz
Use hugo modules to bundle assets
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 002ccfa..2d44fd9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,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
+)