bc4ac7ce04
fsnotify is needed by the new ocicni monitoring implementation. As ocicni switched to logrus, glog is no longer needed. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
37 lines
954 B
JSON
37 lines
954 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/fsnotify/fsnotify": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|