2018-05-25 16:22:54 +10:00
|
|
|
module github.com/anacrolix/torrent
|
|
|
|
|
|
|
|
require (
|
2020-04-23 11:26:22 +10:00
|
|
|
bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512
|
2020-04-23 13:09:27 +10:00
|
|
|
github.com/alexflint/go-arg v1.3.0
|
2020-04-16 17:51:57 +10:00
|
|
|
github.com/anacrolix/dht/v2 v2.6.1-0.20200416071723-3850fa1b802a
|
2019-11-28 12:44:34 +11:00
|
|
|
github.com/anacrolix/envpprof v1.1.0
|
2019-07-16 11:08:17 +10:00
|
|
|
github.com/anacrolix/go-libutp v1.0.2
|
2020-04-21 18:08:43 +10:00
|
|
|
github.com/anacrolix/log v0.7.0
|
2019-08-21 20:44:12 +10:00
|
|
|
github.com/anacrolix/missinggo v1.2.1
|
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2020-04-20 13:41:32 +10:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.4.1-0.20200419051441-747d9d7544c6
|
2020-04-13 14:08:32 +10:00
|
|
|
github.com/anacrolix/multiless v0.0.0-20200413040533-acfd16f65d5d
|
2019-09-13 08:46:30 +10:00
|
|
|
github.com/anacrolix/sync v0.2.0
|
2020-04-11 13:03:23 +10:00
|
|
|
github.com/anacrolix/tagflag v1.1.1-0.20200411025953-9bb5209d56c2
|
2020-04-16 17:51:57 +10:00
|
|
|
github.com/anacrolix/upnp v0.1.2-0.20200416075019-5e9378ed1425
|
2019-02-19 14:38:31 +11:00
|
|
|
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
|
2020-01-23 14:16:46 +11:00
|
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
|
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
|
2020-05-02 18:39:03 +10:00
|
|
|
github.com/elliotchance/orderedmap v1.2.2
|
2020-04-23 13:09:27 +10:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2019-07-16 11:08:17 +10:00
|
|
|
github.com/google/btree v1.0.0
|
2020-04-05 13:55:14 +10:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2018-05-25 16:22:54 +10:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-05-02 18:39:03 +10:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.6 // indirect
|
2020-04-23 13:09:27 +10:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-04-05 13:55:14 +10:00
|
|
|
github.com/pion/datachannel v1.4.16
|
2020-05-03 18:51:09 +10:00
|
|
|
github.com/pion/ice v0.7.14 // indirect
|
2020-05-02 18:39:03 +10:00
|
|
|
github.com/pion/webrtc/v2 v2.2.7
|
2020-01-23 14:16:46 +11:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-04-05 13:55:14 +10:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-03-24 12:52:33 +11:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2020-05-02 18:39:03 +10:00
|
|
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
|
2020-04-23 13:09:27 +10:00
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
2020-01-23 14:16:46 +11:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
2018-05-25 16:22:54 +10:00
|
|
|
)
|
2019-06-21 14:49:01 +10:00
|
|
|
|
|
|
|
go 1.13
|
2020-04-23 13:09:27 +10:00
|
|
|
|
|
|
|
exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|