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-08-26 01:19:39 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.9.4
|
|
|
|
github.com/alexflint/go-arg v1.4.2
|
2021-09-10 11:48:44 +00:00
|
|
|
github.com/anacrolix/chansync v0.2.1-0.20210910114620-14955c95ded9
|
2021-08-16 00:37:19 +00:00
|
|
|
github.com/anacrolix/confluence v1.8.0 // indirect
|
2021-09-02 12:31:09 +00:00
|
|
|
github.com/anacrolix/dht/v2 v2.10.5-0.20210902001729-06cc4fe90e53
|
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
|
2021-06-23 07:24:50 +00:00
|
|
|
github.com/anacrolix/missinggo v1.3.0
|
2019-08-21 10:44:12 +00:00
|
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
2021-08-16 00:37:19 +00:00
|
|
|
github.com/anacrolix/missinggo/v2 v2.5.2
|
2021-06-23 07:24:50 +00:00
|
|
|
github.com/anacrolix/multiless v0.1.1-0.20210529082330-de2f6cf29619
|
2021-08-26 01:20:52 +00:00
|
|
|
github.com/anacrolix/squirrel v0.1.0
|
2021-08-16 00:37:19 +00:00
|
|
|
github.com/anacrolix/sync v0.4.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-08-26 01:19:39 +00:00
|
|
|
github.com/frankban/quicktest v1.13.1
|
2021-09-02 00:31:47 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
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
|
2021-09-02 00:31:47 +00:00
|
|
|
github.com/jessevdk/go-flags v1.5.0
|
2020-12-15 04:29:45 +00:00
|
|
|
github.com/pion/datachannel v1.4.21
|
2021-08-16 00:37:19 +00:00
|
|
|
github.com/pion/ice/v2 v2.1.12 // indirect
|
|
|
|
github.com/pion/interceptor v0.0.15 // indirect
|
2021-09-02 00:31:47 +00:00
|
|
|
github.com/pion/rtp v1.7.2 // indirect
|
2021-08-16 00:37:19 +00:00
|
|
|
github.com/pion/srtp/v2 v2.0.5 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.0.32
|
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
|
2021-08-16 00:37:19 +00: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 04:02:37 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
2021-08-16 00:37:19 +00:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
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
|
|
|
|
2021-08-16 00:38:43 +00:00
|
|
|
require (
|
2021-09-02 00:31:47 +00:00
|
|
|
github.com/alexflint/go-scalar v1.1.0 // indirect
|
2021-08-16 00:38:43 +00:00
|
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
2021-09-02 00:31:47 +00:00
|
|
|
github.com/anacrolix/stm v0.3.0 // indirect
|
2021-08-16 00:38:43 +00:00
|
|
|
github.com/benbjohnson/immutable v0.3.0 // indirect
|
|
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
2021-08-26 01:19:39 +00:00
|
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
2021-08-16 00:38:43 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2021-08-26 01:19:39 +00:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-08-16 00:38:43 +00:00
|
|
|
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
|
2021-09-02 00:31:47 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
2021-08-16 00:38:43 +00:00
|
|
|
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 03:09:27 +00:00
|
|
|
|
2021-09-02 00:31:47 +00:00
|
|
|
exclude (
|
|
|
|
bazil.org/fuse v0.0.0-20200419173433-3ba628eaf417
|
|
|
|
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05
|
|
|
|
)
|
2021-08-16 00:37:19 +00:00
|
|
|
|
|
|
|
exclude github.com/willf/bitset v1.2.0
|