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

View file

@ -1,4 +1,15 @@
# Version actuelle : 0.3.8
# Version actuelle : 0.3.9
## [0.3.9] - 2026-04-16
**Type:** Patch — `go mod tidy` (fsnotify direct dep cleanup)
### Modifié
- `go.mod` : `fsnotify` promu en dépendance directe, `yaml.v3` regroupé, `golang.org/x/sys` isolé en indirect. Aucun changement fonctionnel.
### Tests effectués
- ✅ Build OK (aucune modification de code)
---
## [0.3.8] - 2026-04-16
**Type:** Patch — Bug #1 (A3 flip+ensure inconsistency) + Bug #10 (requiredShared contract test)