2018-05-25 14:22:54 +08:00
|
|
|
module github.com/anacrolix/torrent
|
|
|
|
|
|
|
|
require (
|
2020-04-23 09:26:22 +08:00
|
|
|
bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512
|
2020-07-15 14:13:26 +08:00
|
|
|
crawshaw.io/sqlite v0.3.2
|
2020-04-23 11:09:27 +08:00
|
|
|
github.com/alexflint/go-arg v1.3.0
|
2020-04-16 15:51:57 +08:00
|
|
|
github.com/anacrolix/dht/v2 v2.6.1-0.20200416071723-3850fa1b802a
|
2019-11-28 09:44:34 +08:00
|
|
|
github.com/anacrolix/envpprof v1.1.0
|
2020-07-10 11:24:08 +08:00
|
|
|
github.com/anacrolix/go-libutp v1.0.3
|
2020-06-04 09:50:20 +08:00
|
|
|
github.com/anacrolix/log v0.7.1-0.20200604014615-c244de44fd2d
|
2019-08-21 18:44:12 +08:00
|
|
|
github.com/anacrolix/missinggo v1.2.1
|
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2020-11-16 09:39:46 +08:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.4.1-0.20201115225934-0b235ba7a31c
|
2020-04-13 12:08:32 +08:00
|
|
|
github.com/anacrolix/multiless v0.0.0-20200413040533-acfd16f65d5d
|
2019-09-13 06:46:30 +08:00
|
|
|
github.com/anacrolix/sync v0.2.0
|
2020-04-11 11:03:23 +08:00
|
|
|
github.com/anacrolix/tagflag v1.1.1-0.20200411025953-9bb5209d56c2
|
2020-04-16 15:51:57 +08:00
|
|
|
github.com/anacrolix/upnp v0.1.2-0.20200416075019-5e9378ed1425
|
2019-02-19 11:38:31 +08:00
|
|
|
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
|
2020-01-23 11:16:46 +08:00
|
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
|
2019-01-08 12:45:25 +08: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 16:39:03 +08:00
|
|
|
github.com/elliotchance/orderedmap v1.2.2
|
2020-05-03 17:31:20 +08:00
|
|
|
github.com/frankban/quicktest v1.9.0
|
2020-04-23 11:09:27 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2019-07-16 09:08:17 +08:00
|
|
|
github.com/google/btree v1.0.0
|
2020-04-05 11:55:14 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2018-05-25 14:22:54 +08:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-05-02 16:39:03 +08:00
|
|
|
github.com/lucas-clemente/quic-go v0.15.6 // indirect
|
2020-04-05 11:55:14 +08:00
|
|
|
github.com/pion/datachannel v1.4.16
|
2020-05-03 16:51:09 +08:00
|
|
|
github.com/pion/ice v0.7.14 // indirect
|
2020-05-02 16:39:03 +08:00
|
|
|
github.com/pion/webrtc/v2 v2.2.7
|
2020-01-23 11:16:46 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-04-05 11:55:14 +08:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-06-19 10:24:03 +08:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-05-02 16:39:03 +08: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 11:09:27 +08:00
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
2020-01-23 11:16:46 +08:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
2018-05-25 14:22:54 +08:00
|
|
|
)
|
2019-06-21 12:49:01 +08:00
|
|
|
|
|
|
|
go 1.13
|
2020-04-23 11:09:27 +08:00
|
|
|
|
|
|
|
exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|
2020-10-12 14:13:05 +08:00
|
|
|
|
2020-11-16 09:39:46 +08:00
|
|
|
replace crawshaw.io/sqlite => github.com/getlantern/sqlite v0.3.3-0.20201116012831-1a85f453b62f
|