diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-27 12:41:18 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-27 12:41:18 -0400 |
| commit | 86b731239d9e016950ba28fbcfeddf4076188a2f (patch) | |
| tree | 47fd4ab9c9191b32bafa60e911f7abe190836e6f /go.mod | |
| parent | 190d4c6bbd9de7f811a9717d9e03aa970e7c481d (diff) | |
| download | xesite-86b731239d9e016950ba28fbcfeddf4076188a2f.tar.xz xesite-86b731239d9e016950ba28fbcfeddf4076188a2f.zip | |
cmd/xesite: automatic rebuilding in development mode
Whenever changes are made to the website and development mode, automatically rebuild it for you.
This should save me a lot of time.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,7 @@ require ( github.com/prometheus/common v0.42.0 // indirect github.com/prometheus/procfs v0.9.0 // indirect github.com/sergi/go-diff v1.3.1 // indirect + github.com/sigma/go-inotify v0.0.0-20181102212354-c87b6cf5033d // indirect github.com/skeema/knownhosts v1.2.0 // indirect github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect github.com/tailscale/golang-x-crypto v0.0.0-20230713185742-f0b76a10a08e // indirect @@ -106,6 +107,7 @@ require ( golang.zx2c4.com/wireguard/windows v0.5.3 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.31.0 // indirect + gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gvisor.dev/gvisor v0.0.0-20230504175454-7b0a1988a28f // indirect inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect |
