From: Matt Joiner <anacrolix@gmail.com>
Date: Tue, 27 Mar 2018 06:31:52 +0000 (+1100)
Subject: github.com/go-fsnotify/fsnotify -> github.com/fsnotify/fsnotify
X-Git-Tag: v1.0.0~157
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ed80150f08e0b492f7fd82a1d492b58048e784df;p=btrtrc.git

github.com/go-fsnotify/fsnotify -> github.com/fsnotify/fsnotify
---

diff --git a/util/dirwatch/dirwatch.go b/util/dirwatch/dirwatch.go
index 4b71a2a6..018d3f42 100644
--- a/util/dirwatch/dirwatch.go
+++ b/util/dirwatch/dirwatch.go
@@ -10,7 +10,7 @@ import (
 	"strings"
 
 	"github.com/anacrolix/missinggo"
-	"github.com/go-fsnotify/fsnotify"
+	"github.com/fsnotify/fsnotify"
 
 	"github.com/anacrolix/torrent/metainfo"
 )