client-nowasm_test.go | 1 - cmd/torrent-verify/main.go | 3 +-- diff --git a/client-nowasm_test.go b/client-nowasm_test.go index 687f4204747862cc29c5f42b13fc9417fb175b3a..9b93139da51142e200bc081f7b82c8941bdd04e2 100644 --- a/client-nowasm_test.go +++ b/client-nowasm_test.go @@ -8,7 +8,6 @@ "os" "testing" qt "github.com/frankban/quicktest" - "github.com/stretchr/testify/require" "github.com/anacrolix/torrent/internal/testutil" diff --git a/cmd/torrent-verify/main.go b/cmd/torrent-verify/main.go index ae89b5f19a4b311798ec5fcdcff6204c89688040..0fbf02426f45a35bef04fe7c775ef7c561c35e2c 100644 --- a/cmd/torrent-verify/main.go +++ b/cmd/torrent-verify/main.go @@ -9,13 +9,12 @@ "log" "os" "path/filepath" - "github.com/anacrolix/torrent/storage" - "github.com/anacrolix/tagflag" "github.com/edsrzf/mmap-go" "github.com/anacrolix/torrent/metainfo" "github.com/anacrolix/torrent/mmap_span" + "github.com/anacrolix/torrent/storage" ) func mmapFile(name string) (mm storage.FileMapping, err error) {