about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-06-11 10:07:25 +0200
committerAlan Pearce2024-06-11 10:07:25 +0200
commit66b66e6118dd43ccbd1e85e33d44a02de7a2b812 (patch)
tree32987723187ddac9d3a8aa8187aa20080aa5c91d /go.mod
parente89fbd7ef3e418629ea2533cf4fa9707fe51950f (diff)
downloadwebsite-66b66e6118dd43ccbd1e85e33d44a02de7a2b812.tar.lz
website-66b66e6118dd43ccbd1e85e33d44a02de7a2b812.tar.zst
website-66b66e6118dd43ccbd1e85e33d44a02de7a2b812.zip
server: automatically build, re-build and reload in dev
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
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