diff options
| author | Fuwn <[email protected]> | 2026-01-17 23:55:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-17 23:55:15 -0800 |
| commit | ed47c63253cd08818cbc2bff68af6c16d30490e1 (patch) | |
| tree | 01e1f9d2ad69c1d9fc7679263cfa0047daf48e4a /go.mod | |
| parent | feat: Terminal aesthetic (diff) | |
| download | kaze-ed47c63253cd08818cbc2bff68af6c16d30490e1.tar.xz kaze-ed47c63253cd08818cbc2bff68af6c16d30490e1.zip | |
feat: Hot reload configuration
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |