Update fsnotify to its new source location
This commit is contained in:
parent
ba4e53343c
commit
ff4763ea37
|
@ -14,8 +14,8 @@
|
|||
package config
|
||||
|
||||
import (
|
||||
"github.com/howeyc/fsnotify"
|
||||
"github.com/prometheus/log"
|
||||
"gopkg.in/fsnotify.v0"
|
||||
)
|
||||
|
||||
type ReloadCallback func(*Config)
|
||||
|
|
Loading…
Reference in New Issue