Add dep vendoring files
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
8e5b17cf13
commit
42bc14dd8b
2 changed files with 409 additions and 0 deletions
16
manifest.json
Normal file
16
manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue