From: Matt Joiner Date: Sun, 28 May 2023 02:04:57 +0000 (+1000) Subject: gorond X-Git-Url: http://www.git.stargrave.org/?p=btrtrc.git;a=commitdiff_plain;h=41e2cd5b2142d7b92bfaa87625990ea7a0fa757e gorond --- diff --git a/client-nowasm_test.go b/client-nowasm_test.go index 687f4204..9b93139d 100644 --- a/client-nowasm_test.go +++ b/client-nowasm_test.go @@ -8,7 +8,6 @@ import ( "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 ae89b5f1..0fbf0242 100644 --- a/cmd/torrent-verify/main.go +++ b/cmd/torrent-verify/main.go @@ -9,13 +9,12 @@ import ( "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) {