From ff4763ea37f2c59e19ccd5235de3712a9871607a Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Sat, 23 May 2015 11:58:40 -0700 Subject: [PATCH] Update fsnotify to its new source location --- config/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/watcher.go b/config/watcher.go index 9f6e5e15..25480de7 100644 --- a/config/watcher.go +++ b/config/watcher.go @@ -14,8 +14,8 @@ package config import ( - "github.com/howeyc/fsnotify" "github.com/prometheus/log" + "gopkg.in/fsnotify.v0" ) type ReloadCallback func(*Config)