diff options
author | Alan Pearce | 2024-05-03 00:10:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-03 00:13:51 +0200 |
commit | 8411fb4a3acebe46acaf7a2ff6c4e58018737d65 (patch) | |
tree | 17ea0df23a5b393c42f3e9fb003dc7ef1b27ecf0 /gomod2nix.toml | |
parent | 73603079e29bc89c54296a9e12b5a779cd84c023 (diff) | |
download | searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.tar.lz searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.tar.zst searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.zip |
feat: watch and live reload in development
Diffstat (limited to 'gomod2nix.toml')
-rw-r--r-- | gomod2nix.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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=" |