mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Fix Godep for mesos
You can't have different deps for one part of a git project vs another
This commit is contained in:
parent
4575d4b155
commit
2ea0e4845b
1 changed files with 7 additions and 7 deletions
14
Godeps/Godeps.json
generated
14
Godeps/Godeps.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue