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

This commit is contained in:
Matt Joiner 2018-03-27 17:31:52 +11:00
parent 41b66adad7
commit ed80150f08
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"strings"
"github.com/anacrolix/missinggo"
"github.com/go-fsnotify/fsnotify"
"github.com/fsnotify/fsnotify"
"github.com/anacrolix/torrent/metainfo"
)