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
|
2021-04-28 14:32:57 +10:00
|
|
|
github.com/RoaringBitmap/roaring v0.6.0 // indirect
|
2020-04-23 13:09:27 +10:00
|
|
|
github.com/alexflint/go-arg v1.3.0
|
2021-06-23 17:24:50 +10:00
|
|
|
github.com/anacrolix/chansync v0.0.0-20210524073341-a336ebc2de92
|
2021-04-28 14:32:57 +10:00
|
|
|
github.com/anacrolix/confluence v1.7.1-0.20210311004351-d642adb8546c // indirect
|
2021-05-04 12:39:52 +10:00
|
|
|
github.com/anacrolix/dht/v2 v2.9.1
|
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-05-04 12:39:52 +10:00
|
|
|
github.com/anacrolix/log v0.9.0
|
2021-06-23 17:24:50 +10:00
|
|
|
github.com/anacrolix/missinggo v1.3.0
|
2019-08-21 20:44:12 +10:00
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2021-06-26 08:31:50 +08:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.2-0.20210623112532-e21e4ddc477d
|
2021-06-23 17:24:50 +10:00
|
|
|
github.com/anacrolix/multiless v0.1.1-0.20210529082330-de2f6cf29619
|
2021-05-20 18:51:08 +10:00
|
|
|
github.com/anacrolix/sync v0.3.0
|
2021-05-04 16:00:22 +10:00
|
|
|
github.com/anacrolix/tagflag v1.3.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
|
2021-03-12 09:45:38 +11:00
|
|
|
github.com/elliotchance/orderedmap v1.4.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
|
2021-04-28 14:32:57 +10:00
|
|
|
github.com/google/btree v1.0.1
|
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
|
2021-04-28 14:32:57 +10:00
|
|
|
github.com/pion/rtp v1.6.5 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.0.27
|
2020-01-23 14:16:46 +11:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-02-21 13:30:34 -08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-06-19 12:24:03 +10:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-04-28 14:32:57 +10:00
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210427231257-85d9c07bbe3a // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
|
2021-03-12 09:45:38 +11:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2020-12-15 15:29:45 +11:00
|
|
|
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
|
|
|
|
2021-06-23 17:24:50 +10:00
|
|
|
go 1.16
|
2020-04-23 13:09:27 +10:00
|
|
|
|
|
|
|
exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|