From 9c2940ae2bf43db217e4b27678491a2a2b21fc38 Mon Sep 17 00:00:00 2001 From: Ying Li Date: Wed, 3 Feb 2016 11:43:01 -0800 Subject: [PATCH] Bump go-connections version. Looks like I had previously vendored a merged branch, so this just makes the version number correct. Signed-off-by: Ying Li --- Godeps/Godeps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 7c4c749343..a33cfd2af1 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -97,8 +97,8 @@ }, { "ImportPath": "github.com/docker/go-connections/tlsconfig", - "Comment": "v0.1.2-6-gd834a4d", - "Rev": "d834a4de0c32df550d39ff9d5a66b741367a008a" + "Comment": "v0.1.2-7-g6e4c13d", + "Rev": "6e4c13dc022344c3623c9eacbaf7cfd0fa9fcae3" }, { "ImportPath": "github.com/docker/go/canonical/json",