Fix moved fsnotify dependency (#3995)

This commit is contained in:
Aaron Kirkbride 2018-03-21 15:46:31 +00:00 committed by Brian Brazil
parent cc39021b2b
commit c47fbcb626
15 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ import (
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/discovery/targetgroup"
yaml_util "github.com/prometheus/prometheus/util/yaml"
"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
"gopkg.in/yaml.v2"
)

4
vendor/vendor.json vendored
View file

@ -1273,8 +1273,8 @@
"revisionTime": "2017-07-27T04:22:29Z"
},
{
"checksumSHA1": "JfVmsMwyeeepbdw4q4wpN07BuFg=",
"path": "gopkg.in/fsnotify.v1",
"checksumSHA1": "0ks+iNxFZmKu2nBuEmCGJqdiYgs=",
"path": "gopkg.in/fsnotify/fsnotify.v1",
"revision": "30411dbcefb7a1da7e84f75530ad3abe4011b4f8",
"revisionTime": "2016-04-12T13:37:56Z"
},