From 6147926629ab0b0ceac9797ee780643c3592deed Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 4 Jul 2022 20:46:01 +0200 Subject: Use hugo modules to bundle assets --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'go.mod') 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 +) -- cgit v1.2.3