From 1b8e9f69e236b35475d066ac54779984a219c600 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 23 May 2014 15:36:23 +0100 Subject: [PATCH] Add cloud backend dependencies to Godeps.json From https://github.com/docker/libswarm/pull/7 Docker-DCO-1.1-Signed-off-by: Ben Firshman (github: bfirsh) --- swarmd/Godeps/Godeps.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/swarmd/Godeps/Godeps.json b/swarmd/Godeps/Godeps.json index b7aa5eaf13..473369db3c 100644 --- a/swarmd/Godeps/Godeps.json +++ b/swarmd/Godeps/Godeps.json @@ -7,6 +7,21 @@ "Comment": "null-61", "Rev": "64ee4bbc10fac4f8d1d56451beac771d7cae54fe" }, + { + "ImportPath": "code.google.com/p/goauth2/oauth", + "Comment": "weekly-44", + "Rev": "696c088491246273e92442aa66b5281e5bb34faa" + }, + { + "ImportPath": "code.google.com/p/google-api-go-client/compute/v1", + "Comment": "release-84", + "Rev": "2ba9f0995cf0215c20ebd6de43a14d70af30fea6" + }, + { + "ImportPath": "code.google.com/p/google-api-go-client/googleapi", + "Comment": "release-84", + "Rev": "2ba9f0995cf0215c20ebd6de43a14d70af30fea6" + }, { "ImportPath": "github.com/codegangsta/cli", "Comment": "1.0.0-43-g3fa24ca",