From 66b66e6118dd43ccbd1e85e33d44a02de7a2b812 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 11 Jun 2024 10:07:25 +0200 Subject: server: automatically build, re-build and reload in dev --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a9faab2..5495a00 100644 --- a/go.mod +++ b/go.mod @@ -14,6 +14,8 @@ require ( github.com/crewjam/csp v0.0.2 github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0 + github.com/fsnotify/fsnotify v1.7.0 + github.com/osdevisnot/sorvor v0.4.4 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/snabb/sitemap v1.0.4 -- cgit 1.4.1