diff options
author | Alan Pearce | 2024-06-11 10:07:25 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-11 10:07:25 +0200 |
commit | 66b66e6118dd43ccbd1e85e33d44a02de7a2b812 (patch) | |
tree | 32987723187ddac9d3a8aa8187aa20080aa5c91d /nix | |
parent | e89fbd7ef3e418629ea2533cf4fa9707fe51950f (diff) | |
download | website-66b66e6118dd43ccbd1e85e33d44a02de7a2b812.tar.lz website-66b66e6118dd43ccbd1e85e33d44a02de7a2b812.tar.zst website-66b66e6118dd43ccbd1e85e33d44a02de7a2b812.zip |
server: automatically build, re-build and reload in dev
Diffstat (limited to 'nix')
-rw-r--r-- | nix/gomod2nix.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml index 234e43e..089a876 100644 --- a/nix/gomod2nix.toml +++ b/nix/gomod2nix.toml @@ -59,6 +59,9 @@ schema = 3 [mod."github.com/fatih/structtag"] version = "v1.2.0" hash = "sha256-Y2pjiEmMsxfUH8LONU2/f8k1BibOHeLKJmi4uZm/SSU=" + [mod."github.com/fsnotify/fsnotify"] + version = "v1.7.0" + hash = "sha256-MdT2rQyQHspPJcx6n9ozkLbsktIOJutOqDuKpNAtoZY=" [mod."github.com/golang/groupcache"] version = "v0.0.0-20210331224755-41bb18bfe9da" hash = "sha256-7Gs7CS9gEYZkbu5P4hqPGBpeGZWC64VDwraSKFF+VR0=" @@ -68,6 +71,9 @@ schema = 3 [mod."github.com/microcosm-cc/bluemonday"] version = "v1.0.26" hash = "sha256-ZX4QUWHVEoGBeTHfPcLD5XoiubeO8GhkdqkC4Me8nRE=" + [mod."github.com/osdevisnot/sorvor"] + version = "v0.4.4" + hash = "sha256-BhyO7bvwxIdEV+c6Eo1uqahhcgsHiS8nJpg2aT8t+8s=" [mod."github.com/otiai10/copy"] version = "v1.14.0" hash = "sha256-xsaL1ddkPS544y0Jv7u/INUALBYmYq29ddWvysLXk4A=" |