2018-05-25 16:22:54 +10:00
|
|
|
module github.com/anacrolix/torrent
|
|
|
|
|
|
|
|
require (
|
|
|
|
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
|
2019-08-18 16:52:00 +10:00
|
|
|
github.com/alexflint/go-arg v1.1.0
|
2019-11-03 13:04:46 +11:00
|
|
|
github.com/anacrolix/dht/v2 v2.2.1-0.20191103020011-1dba080fb358
|
2019-08-22 13:59:04 +10:00
|
|
|
github.com/anacrolix/envpprof v1.0.1
|
2019-07-16 11:08:17 +10:00
|
|
|
github.com/anacrolix/go-libutp v1.0.2
|
2019-10-01 21:16:02 +10:00
|
|
|
github.com/anacrolix/log v0.3.1-0.20191001111012-13cede988bcd
|
2019-08-21 20:44:12 +10:00
|
|
|
github.com/anacrolix/missinggo v1.2.1
|
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2019-11-03 13:04:46 +11:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.2.1-0.20191103010835-12360f38ced0
|
2019-09-13 08:46:30 +10:00
|
|
|
github.com/anacrolix/sync v0.2.0
|
|
|
|
github.com/anacrolix/tagflag v1.0.1
|
2019-08-22 13:59:04 +10:00
|
|
|
github.com/anacrolix/upnp v0.1.1
|
2019-02-19 14:38:31 +11:00
|
|
|
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
|
2019-03-19 20:43:51 +11:00
|
|
|
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c
|
2019-01-08 15:45:25 +11:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/edsrzf/mmap-go v1.0.0
|
2019-11-04 09:19:07 +11:00
|
|
|
github.com/etcd-io/bbolt v1.3.3
|
2018-05-25 16:22:54 +10:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2019-07-16 11:08:17 +10:00
|
|
|
github.com/google/btree v1.0.0
|
2019-07-17 18:00:40 +10:00
|
|
|
github.com/gosuri/uiprogress v0.0.1
|
2018-05-25 16:22:54 +10:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2019-01-08 15:45:25 +11:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-03-11 11:51:29 +11:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-22 13:59:04 +10:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-17 17:46:09 +11:00
|
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
2019-07-16 11:08:17 +10:00
|
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
|
2019-11-07 08:56:56 +11:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
2019-07-19 16:15:46 +10:00
|
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
2018-05-25 16:22:54 +10:00
|
|
|
)
|
2019-06-21 14:49:01 +10:00
|
|
|
|
|
|
|
go 1.13
|