Docker SDK v28 pour resoudre les conflits transitifs

This commit is contained in:
2026-04-24 07:33:48 +02:00
parent 0e5b5a7de4
commit ff4905126d
3 changed files with 3 additions and 8 deletions

View File

@@ -3,9 +3,6 @@ module github.com/loremind/demo-orchestrator
go 1.23
require (
github.com/docker/docker v27.3.1+incompatible
// docker/docker v27.3.1 appelle sockets.DialPipe qui n'existe plus dans
// go-connections >= 0.6.0. Pin a 0.5.0 pour eviter le build break.
github.com/docker/go-connections v0.5.0
github.com/docker/docker v28.0.4+incompatible
github.com/google/uuid v1.6.0
)