Correction d'une dépendance go
This commit is contained in:
@@ -4,5 +4,8 @@ go 1.23
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/docker/docker v27.3.1+incompatible
|
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/google/uuid v1.6.0
|
github.com/google/uuid v1.6.0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user