Add dep vendoring files

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-01-31 16:46:26 -08:00
parent 8e5b17cf13
commit 42bc14dd8b
2 changed files with 409 additions and 0 deletions

16
manifest.json Normal file
View file

@ -0,0 +1,16 @@
{
"dependencies": {
"github.com/Sirupsen/logrus": {
"branch": "master"
},
"github.com/docker/distribution": {
"branch": "master"
},
"google.golang.org/grpc": {
"version": "v1.0.1-GA"
},
"k8s.io/kubernetes": {
"branch": "master"
}
}
}