Refactor watcher to use cross-platform fsnotify, remove deprecated platform-specific files, and add comprehensive README.md

This commit is contained in:
2026-06-25 14:59:08 +02:00
parent c92ef2e0a9
commit d53fe33e03
6 changed files with 293 additions and 235 deletions
+2 -2
View File
@@ -4,8 +4,10 @@ go 1.26.1
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Masterminds/semver/v3 v3.5.0
github.com/eknkc/basex v1.0.1
github.com/fatih/color v1.19.0
github.com/fsnotify/fsnotify v1.9.0
github.com/minio/selfupdate v0.6.0
github.com/spf13/viper v1.21.0
github.com/tidwall/gjson v1.19.0
@@ -13,8 +15,6 @@ require (
require (
aead.dev/minisign v0.2.0 // indirect
github.com/Masterminds/semver/v3 v3.5.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect