Compare commits
No commits in common. "main" and "feat/phase1-A3-switcher-symlinks" have entirely different histories.
main
...
feat/phase
2 changed files with 6 additions and 17 deletions
13
VERSION.md
13
VERSION.md
|
|
@ -1,15 +1,4 @@
|
|||
# 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)
|
||||
|
||||
---
|
||||
# Version actuelle : 0.3.8
|
||||
|
||||
## [0.3.8] - 2026-04-16
|
||||
**Type:** Patch — Bug #1 (A3 flip+ensure inconsistency) + Bug #10 (requiredShared contract test)
|
||||
|
|
|
|||
10
go.mod
10
go.mod
|
|
@ -2,9 +2,9 @@ module forge.secuaas.ovh/olivier/claude-failover
|
|||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.9.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
require gopkg.in/yaml.v3 v3.0.1
|
||||
|
||||
require golang.org/x/sys v0.13.0 // indirect
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue