From 4067df288c18c6d29fdaf8a9d65a05c15da33492 Mon Sep 17 00:00:00 2001 From: Oliver Palmer Date: Sun, 10 Sep 2017 14:31:33 -0400 Subject: [PATCH] switching docker to later commit --- Gopkg.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 7a90555..9a1cb21 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -36,7 +36,7 @@ required = ["github.com/docker/distribution/reference"] [[constraint]] name = "github.com/docker/docker" - version = "17.5.0-ce-rc3" + revision = "13fec0607394f7c6da0148f8d513b6fcbf7cce61" [[constraint]] name = "github.com/docker/go-connections" @@ -54,10 +54,6 @@ required = ["github.com/docker/distribution/reference"] name = "github.com/opencontainers/go-digest" version = "1.0.0-rc0" -[[constraint]] - name = "github.com/pkg/errors" - version = "0.8.0" - [[constraint]] branch = "master" name = "golang.org/x/net"