From 552d0bde9974ed03081698798f578e8fb022f026 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Mon, 15 Nov 2021 10:36:54 +0000 Subject: [PATCH] (maint) use a proper docker version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e34a98..115daa9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.2 require ( github.com/docker/distribution v2.7.1+incompatible - github.com/docker/docker v0.0.0-00010101000000-000000000000 + github.com/docker/docker v0.0.1 github.com/docker/go-connections v0.4.0 github.com/drone/runner-go v1.9.0 github.com/go-chi/chi v1.5.4