diff --git a/go.mod b/go.mod index 437f4edcf..a3fb9d103 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.6 replace ( - github.com/docker/docker => github.com/moby/moby v1.4.2-0.20170731201646-1009e6a40b29 + github.com/docker/docker => github.com/moby/moby v27.2.1+incompatible github.com/urfave/cli => github.com/urfave/cli v1.11.1-0.20151120215642-0302d3914d2a // newer versions of this will break the rpc binding code )