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>
This commit is contained in:
Samuel Ortiz 2017-03-21 14:21:10 +01:00
parent 71cfd850f7
commit bc4ac7ce04
31 changed files with 4465 additions and 1962 deletions

View file

@ -12,6 +12,9 @@
"github.com/docker/distribution": {
"branch": "master"
},
"github.com/fsnotify/fsnotify": {
"branch": "master"
},
"github.com/godbus/dbus": {
"version": "^4.0.0"
},