2018-05-25 06:22:54 +00:00
|
|
|
module github.com/anacrolix/torrent
|
|
|
|
|
|
|
|
require (
|
2020-04-23 01:26:22 +00:00
|
|
|
bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512
|
2021-01-29 06:59:56 +00:00
|
|
|
crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508
|
2021-04-28 04:32:57 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.6.0 // indirect
|
2020-04-23 03:09:27 +00:00
|
|
|
github.com/alexflint/go-arg v1.3.0
|
2021-05-24 07:36:39 +00:00
|
|
|
github.com/anacrolix/chansync v0.0.0-20210524073341-a336ebc2de92 // indirect
|
2021-04-28 04:32:57 +00:00
|
|
|
github.com/anacrolix/confluence v1.7.1-0.20210311004351-d642adb8546c // indirect
|
2021-05-04 02:39:52 +00:00
|
|
|
github.com/anacrolix/dht/v2 v2.9.1
|
2021-02-01 23:47:38 +00:00
|
|
|
github.com/anacrolix/envpprof v1.1.1
|
2021-01-19 11:56:59 +00:00
|
|
|
github.com/anacrolix/go-libutp v1.0.4
|
2021-05-04 02:39:52 +00:00
|
|
|
github.com/anacrolix/log v0.9.0
|
2019-08-21 10:44:12 +00:00
|
|
|
github.com/anacrolix/missinggo v1.2.1
|
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2021-05-20 04:08:38 +00:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.1-0.20210520011502-b3d95d6b1d02
|
|
|
|
github.com/anacrolix/multiless v0.1.1-0.20210520040635-10ee7b5f3cff
|
2021-05-20 08:51:08 +00:00
|
|
|
github.com/anacrolix/sync v0.3.0
|
2021-05-04 06:00:22 +00:00
|
|
|
github.com/anacrolix/tagflag v1.3.0
|
2020-04-16 07:51:57 +00:00
|
|
|
github.com/anacrolix/upnp v0.1.2-0.20200416075019-5e9378ed1425
|
2021-01-29 11:05:09 +00:00
|
|
|
github.com/anacrolix/utp v0.1.0
|
2020-01-23 03:16:46 +00:00
|
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
|
2019-01-08 04:45:25 +00: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-11 22:45:38 +00:00
|
|
|
github.com/elliotchance/orderedmap v1.4.0
|
2021-01-03 23:39:28 +00:00
|
|
|
github.com/frankban/quicktest v1.11.3
|
2020-04-23 03:09:27 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-04-28 04:32:57 +00:00
|
|
|
github.com/google/btree v1.0.1
|
2020-04-05 03:55:14 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2018-05-25 06:22:54 +00:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-12-15 04:29:45 +00:00
|
|
|
github.com/pion/datachannel v1.4.21
|
2021-04-28 04:32:57 +00:00
|
|
|
github.com/pion/rtp v1.6.5 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.0.27
|
2020-01-23 03:16:46 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-02-21 21:30:34 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-06-19 02:24:03 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-04-28 04:32:57 +00: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-11 22:45:38 +00:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2020-12-15 04:29:45 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2018-05-25 06:22:54 +00:00
|
|
|
)
|
2019-06-21 04:49:01 +00:00
|
|
|
|
2020-11-30 03:26:12 +00:00
|
|
|
go 1.15
|
2020-04-23 03:09:27 +00:00
|
|
|
|
|
|
|
exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|