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
|
2021-01-29 14:59:56 +08:00
|
|
|
crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508
|
2021-08-16 08:37:19 +08:00
|
|
|
github.com/RoaringBitmap/roaring v0.9.4 // indirect
|
2020-04-23 11:09:27 +08:00
|
|
|
github.com/alexflint/go-arg v1.3.0
|
2021-08-16 08:37:19 +08:00
|
|
|
github.com/anacrolix/chansync v0.1.0
|
|
|
|
github.com/anacrolix/confluence v1.8.0 // indirect
|
|
|
|
github.com/anacrolix/dht/v2 v2.10.3
|
2021-02-02 07:47:38 +08:00
|
|
|
github.com/anacrolix/envpprof v1.1.1
|
2021-01-19 19:56:59 +08:00
|
|
|
github.com/anacrolix/go-libutp v1.0.4
|
2021-05-04 10:39:52 +08:00
|
|
|
github.com/anacrolix/log v0.9.0
|
2021-06-23 15:24:50 +08:00
|
|
|
github.com/anacrolix/missinggo v1.3.0
|
2019-08-21 18:44:12 +08:00
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2021-08-16 08:37:19 +08:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.2
|
2021-06-23 15:24:50 +08:00
|
|
|
github.com/anacrolix/multiless v0.1.1-0.20210529082330-de2f6cf29619
|
2021-08-16 08:37:19 +08:00
|
|
|
github.com/anacrolix/sync v0.4.0
|
2021-05-04 14:00:22 +08:00
|
|
|
github.com/anacrolix/tagflag v1.3.0
|
2020-04-16 15:51:57 +08:00
|
|
|
github.com/anacrolix/upnp v0.1.2-0.20200416075019-5e9378ed1425
|
2021-01-29 19:05:09 +08:00
|
|
|
github.com/anacrolix/utp v0.1.0
|
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
|
2021-03-12 06:45:38 +08:00
|
|
|
github.com/elliotchance/orderedmap v1.4.0
|
2021-01-04 07:39:28 +08:00
|
|
|
github.com/frankban/quicktest v1.11.3
|
2020-04-23 11:09:27 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-04-28 12:32:57 +08:00
|
|
|
github.com/google/btree v1.0.1
|
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-12-15 12:29:45 +08:00
|
|
|
github.com/pion/datachannel v1.4.21
|
2021-08-16 08:37:19 +08:00
|
|
|
github.com/pion/ice/v2 v2.1.12 // indirect
|
|
|
|
github.com/pion/interceptor v0.0.15 // indirect
|
|
|
|
github.com/pion/rtp v1.7.1 // indirect
|
|
|
|
github.com/pion/srtp/v2 v2.0.5 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.0.32
|
2020-01-23 11:16:46 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-02-22 05:30:34 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-16 08:37:19 +08:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
|
|
|
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
2021-08-13 12:02:37 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
2021-08-16 08:37:19 +08:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
2020-12-15 12:29:45 +08:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2018-05-25 14:22:54 +08:00
|
|
|
)
|
2019-06-21 12:49:01 +08:00
|
|
|
|
2021-08-16 08:38:43 +08:00
|
|
|
require (
|
|
|
|
github.com/alexflint/go-scalar v1.0.0 // indirect
|
|
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
|
|
|
github.com/anacrolix/stm v0.3.0-alpha // indirect
|
|
|
|
github.com/benbjohnson/immutable v0.3.0 // indirect
|
|
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
|
|
github.com/kr/text v0.1.0 // indirect
|
|
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
|
|
github.com/pion/dtls/v2 v2.0.9 // indirect
|
|
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
|
|
github.com/pion/rtcp v1.2.6 // indirect
|
|
|
|
github.com/pion/sctp v1.7.12 // indirect
|
|
|
|
github.com/pion/sdp/v3 v3.0.4 // indirect
|
|
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
|
|
github.com/pion/transport v0.12.3 // indirect
|
|
|
|
github.com/pion/turn/v2 v2.0.5 // indirect
|
|
|
|
github.com/pion/udp v0.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/rs/dnscache v0.0.0-20210201191234-295bba877686 // indirect
|
|
|
|
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
github.com/willf/bitset v1.1.11 // indirect
|
|
|
|
github.com/willf/bloom v2.0.3+incompatible // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.17
|
2020-04-23 11:09:27 +08:00
|
|
|
|
|
|
|
exclude bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|
2021-08-16 08:37:19 +08:00
|
|
|
|
|
|
|
exclude github.com/willf/bitset v1.2.0
|