Skip to content

Commit c47fbcb

Browse files
aaron7brian-brazil
authored andcommitted
Fix moved fsnotify dependency (#3995)
1 parent cc39021 commit c47fbcb

15 files changed

+3
-3
lines changed

discovery/file/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
"github.com/prometheus/common/model"
3333
"github.com/prometheus/prometheus/discovery/targetgroup"
3434
yaml_util "github.com/prometheus/prometheus/util/yaml"
35-
"gopkg.in/fsnotify.v1"
35+
"gopkg.in/fsnotify/fsnotify.v1"
3636
"gopkg.in/yaml.v2"
3737
)
3838

File renamed without changes.

vendor/vendor.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1273,8 +1273,8 @@
12731273
"revisionTime": "2017-07-27T04:22:29Z"
12741274
},
12751275
{
1276-
"checksumSHA1": "JfVmsMwyeeepbdw4q4wpN07BuFg=",
1277-
"path": "gopkg.in/fsnotify.v1",
1276+
"checksumSHA1": "0ks+iNxFZmKu2nBuEmCGJqdiYgs=",
1277+
"path": "gopkg.in/fsnotify/fsnotify.v1",
12781278
"revision": "30411dbcefb7a1da7e84f75530ad3abe4011b4f8",
12791279
"revisionTime": "2016-04-12T13:37:56Z"
12801280
},

0 commit comments

Comments
 (0)