aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-17 23:55:15 -0800
committerFuwn <[email protected]>2026-01-17 23:55:15 -0800
commited47c63253cd08818cbc2bff68af6c16d30490e1 (patch)
tree01e1f9d2ad69c1d9fc7679263cfa0047daf48e4a /go.mod
parentfeat: Terminal aesthetic (diff)
downloadkaze-ed47c63253cd08818cbc2bff68af6c16d30490e1.tar.xz
kaze-ed47c63253cd08818cbc2bff68af6c16d30490e1.zip
feat: Hot reload configuration
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9e4a0d4..3507605 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,7 @@ require (
require (
github.com/dustin/go-humanize v1.0.1 // indirect
+ github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect