chore(deps): go mod tidy — promote fsnotify to direct

No functional change. Groups yaml.v3 and fsnotify as direct deps,
isolates golang.org/x/sys as indirect.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ubuntu 2026-04-16 21:00:16 +00:00
parent 47ab86eef9
commit 336f1f27bb
2 changed files with 16 additions and 5 deletions

8
go.mod
View file

@ -2,9 +2,9 @@ module forge.secuaas.ovh/olivier/claude-failover
go 1.22
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
golang.org/x/sys v0.13.0 // indirect
github.com/fsnotify/fsnotify v1.9.0
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/sys v0.13.0 // indirect