Skip to content

Commit c47fbcb

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

File tree

15 files changed

+3
-3
lines changed

15 files changed

+3
-3
lines changed

discovery/file/file.go

Lines changed: 1 addition & 1 deletion
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)