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
16
lock.json
16
lock.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue