42 lines
1.6 KiB
Modula-2
42 lines
1.6 KiB
Modula-2
module github.com/anacrolix/torrent
|
|
|
|
require (
|
|
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
|
|
github.com/RoaringBitmap/roaring v0.4.21 // indirect
|
|
github.com/alexflint/go-arg v1.2.0
|
|
github.com/anacrolix/dht/v2 v2.3.1
|
|
github.com/anacrolix/envpprof v1.1.0
|
|
github.com/anacrolix/go-libutp v1.0.2
|
|
github.com/anacrolix/log v0.4.0
|
|
github.com/anacrolix/missinggo v1.2.1
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
|
github.com/anacrolix/missinggo/v2 v2.3.1
|
|
github.com/anacrolix/multiless v0.0.0-20191223025854-070b7994e841
|
|
github.com/anacrolix/sync v0.2.0
|
|
github.com/anacrolix/tagflag v1.0.1
|
|
github.com/anacrolix/upnp v0.1.1
|
|
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
|
|
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/edsrzf/mmap-go v1.0.0
|
|
github.com/etcd-io/bbolt v1.3.3
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
|
github.com/google/btree v1.0.0
|
|
github.com/gosuri/uiprogress v0.0.1
|
|
github.com/huandu/xstrings v1.2.1 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mattn/go-sqlite3 v1.13.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20191125084936-ffdde1057850
|
|
golang.org/x/sys v0.0.0-20191126131656-8a8471f7e56d // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|
|
|
|
go 1.13
|