diff --git a/fs/torrentfs_test.go b/fs/torrentfs_test.go index f6a3cef9..ea7daec7 100644 --- a/fs/torrentfs_test.go +++ b/fs/torrentfs_test.go @@ -17,8 +17,10 @@ import ( "golang.org/x/net/context" "bitbucket.org/anacrolix/go.torrent" + "bitbucket.org/anacrolix/go.torrent/data/mmap" "bitbucket.org/anacrolix/go.torrent/testutil" "bitbucket.org/anacrolix/go.torrent/util" + "github.com/anacrolix/libtorgo/metainfo" "bazil.org/fuse"