diff --git a/reader_test.go b/reader_test.go index 42069760..6bde870a 100644 --- a/reader_test.go +++ b/reader_test.go @@ -1,11 +1,11 @@ package torrent import ( - "context" "testing" "time" "github.com/stretchr/testify/require" + "golang.org/x/net/context" "github.com/anacrolix/torrent/internal/testutil" )