549d734da9
Add support for vendoring in containers/storage and ran dep ensure Need to get default storage for containers to include and default to overlay2. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
34 lines
870 B
JSON
34 lines
870 B
JSON
{
|
|
"dependencies": {
|
|
"github.com/Sirupsen/logrus": {
|
|
"branch": "master"
|
|
},
|
|
"github.com/containers/image": {
|
|
"branch": "master"
|
|
},
|
|
"github.com/containers/storage": {
|
|
"branch": "master"
|
|
},
|
|
"github.com/docker/distribution": {
|
|
"branch": "master"
|
|
},
|
|
"github.com/godbus/dbus": {
|
|
"version": "^4.0.0"
|
|
},
|
|
"github.com/opencontainers/runc": {
|
|
"branch": "master"
|
|
},
|
|
"github.com/opencontainers/runtime-spec": {
|
|
"branch": "master"
|
|
},
|
|
"github.com/opencontainers/selinux": {
|
|
"branch": "master"
|
|
},
|
|
"google.golang.org/grpc": {
|
|
"version": "v1.0.1-GA"
|
|
},
|
|
"k8s.io/kubernetes": {
|
|
"branch": "master"
|
|
}
|
|
}
|
|
}
|