From 2ea0e4845bb9ce6d0f11ebcd4bdc51171379c569 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Mon, 3 Aug 2015 13:05:35 -0400 Subject: [PATCH] Fix Godep for mesos You can't have different deps for one part of a git project vs another --- Godeps/Godeps.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index d38ecff73c7..3fa0e6b8933 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -395,31 +395,31 @@ }, { "ImportPath": "github.com/mesos/mesos-go/detector", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/mesos/mesos-go/executor", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/mesos/mesos-go/mesosproto", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/mesos/mesos-go/mesosutil", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/mesos/mesos-go/messenger", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/mesos/mesos-go/scheduler", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/mesos/mesos-go/upid", - "Rev": "4b1767c0dfc51020e01f35da5b38472f40ce572a" + "Rev": "6440c09c9d8a1b365f3c3e9b2297dd856abd017c" }, { "ImportPath": "github.com/miekg/dns",