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
|
2021-01-29 17:59:56 +11:00
|
|
|
crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508
|
2020-04-23 13:09:27 +10:00
|
|
|
github.com/alexflint/go-arg v1.3.0
|
2021-02-22 10:00:51 +11:00
|
|
|
github.com/anacrolix/dht/v2 v2.8.1-0.20210221225335-7a6713a749f9
|
2021-02-02 10:47:38 +11:00
|
|
|
github.com/anacrolix/envpprof v1.1.1
|
2021-01-19 22:56:59 +11:00
|
|
|
github.com/anacrolix/go-libutp v1.0.4
|
2021-01-29 22:05:09 +11:00
|
|
|
github.com/anacrolix/log v0.8.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-12-15 15:29:45 +11:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.0
|
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
|
2021-02-22 10:00:51 +11:00
|
|
|
github.com/anacrolix/tagflag v1.2.0
|
2020-04-16 17:51:57 +10:00
|
|
|
github.com/anacrolix/upnp v0.1.2-0.20200416075019-5e9378ed1425
|
2021-01-29 22:05:09 +11:00
|
|
|
github.com/anacrolix/utp v0.1.0
|
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-12-15 15:29:45 +11:00
|
|
|
github.com/elliotchance/orderedmap v1.3.0
|
2021-01-04 10:39:28 +11:00
|
|
|
github.com/frankban/quicktest v1.11.3
|
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-12-15 15:29:45 +11:00
|
|
|
github.com/pion/datachannel v1.4.21
|
|
|
|
github.com/pion/webrtc/v2 v2.2.26
|
2020-01-23 14:16:46 +11:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-12-15 15:29:45 +11:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-06-19 12:24:03 +10:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-12-15 15:29:45 +11:00
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2018-05-25 16:22:54 +10:00
|
|
|
)
|
2019-06-21 14:49:01 +10:00
|
|
|
|
2020-11-30 14:26:12 +11:00
|
|
|
go 1.15
|
2020-04-23 13:09:27 +10:00
|
|
|
|
|
|
|
exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|