From 8411fb4a3acebe46acaf7a2ff6c4e58018737d65 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 May 2024 00:10:23 +0200 Subject: feat: watch and live reload in development --- gomod2nix.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gomod2nix.toml') diff --git a/gomod2nix.toml b/gomod2nix.toml index 436a69c..c808744 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -7,6 +7,9 @@ schema = 3 [mod."github.com/crewjam/csp"] version = "v0.0.2" hash = "sha256-4vlGmDdQjPiXmueCV51fJH/hRcG8eqhCi9TENCXjzfA=" + [mod."github.com/fsnotify/fsnotify"] + version = "v1.7.0" + hash = "sha256-MdT2rQyQHspPJcx6n9ozkLbsktIOJutOqDuKpNAtoZY=" [mod."github.com/getsentry/sentry-go"] version = "v0.27.0" hash = "sha256-PTkTzVNogqFA/5rc6INLY6RxK5uR1AoJFOO+pOPdE7Q=" -- cgit 1.4.1