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

@ -197,6 +197,14 @@
"."
]
},
{
"name": "github.com/fsnotify/fsnotify",
"branch": "master",
"revision": "7d7316ed6e1ed2de075aab8dfc76de5d158d66e1",
"packages": [
"."
]
},
{
"name": "github.com/ghodss/yaml",
"branch": "master",
@ -224,14 +232,6 @@
"sortkeys"
]
},
{
"name": "github.com/golang/glog",
"branch": "master",
"revision": "23def4e6c14b4da8ac2ed8007337bc5eb5007998",
"packages": [
"."
]
},
{
"name": "github.com/golang/protobuf",
"branch": "master",