cri-o/manifest.json
Samuel Ortiz bc4ac7ce04 vendor: Add fsnotify and remove glog
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>
2017-04-06 23:06:36 +02:00

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"
}
}
}