From 8d40f60e7dc99a96258a17cff9348d0f66058b32 Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Wed, 4 Mar 2015 11:06:31 -0800 Subject: [PATCH] Updating godeps GoVersion and Packages --- Godeps/Godeps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index eb4744850..2c4bd8a45 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,9 @@ { "ImportPath": "github.com/minio-io/minio", - "GoVersion": "go1.4", + "GoVersion": "go1.4.2", + "Packages": [ + "./..." + ], "Deps": [ { "ImportPath": "github.com/codegangsta/cli",