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:
parent
71cfd850f7
commit
bc4ac7ce04
31 changed files with 4465 additions and 1962 deletions
|
@ -12,6 +12,9 @@
|
|||
"github.com/docker/distribution": {
|
||||
"branch": "master"
|
||||
},
|
||||
"github.com/fsnotify/fsnotify": {
|
||||
"branch": "master"
|
||||
},
|
||||
"github.com/godbus/dbus": {
|
||||
"version": "^4.0.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue