From 8710721fe3737b64a176716158143d1122d41a32 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Mon, 5 Mar 2018 13:20:12 +0000 Subject: [PATCH] Prevent pruning of test deps --- test/docker/Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker/Gopkg.toml b/test/docker/Gopkg.toml index 5b536ea..d13cde4 100644 --- a/test/docker/Gopkg.toml +++ b/test/docker/Gopkg.toml @@ -18,7 +18,7 @@ [[constraint]] name = "github.com/docker/go-connections" + version = "0.3.0" [prune] - unused-packages = true go-tests = true