]> Sergey Matveev's repositories - btrtrc.git/blob - go.mod
Exclusively use crawshaw instead of zombiezen for sqlite
[btrtrc.git] / go.mod
1 module github.com/anacrolix/torrent
2
3 go 1.16
4
5 require (
6         crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508
7         github.com/RoaringBitmap/roaring v0.9.4
8         github.com/alexflint/go-arg v1.4.2
9         github.com/anacrolix/args v0.4.1-0.20211104085705-59f0fe94eb8f
10         github.com/anacrolix/chansync v0.3.0
11         github.com/anacrolix/dht/v2 v2.15.2-0.20220123034220-0538803801cb
12         github.com/anacrolix/envpprof v1.1.1
13         github.com/anacrolix/fuse v0.2.0
14         github.com/anacrolix/go-libutp v1.1.0
15         github.com/anacrolix/log v0.10.1-0.20220123034749-3920702c17f8
16         github.com/anacrolix/missinggo v1.3.0
17         github.com/anacrolix/missinggo/perf v1.0.0
18         github.com/anacrolix/missinggo/v2 v2.5.2
19         github.com/anacrolix/multiless v0.2.0
20         github.com/anacrolix/squirrel v0.4.1-0.20220122230132-14b040773bac
21         github.com/anacrolix/sync v0.4.0
22         github.com/anacrolix/tagflag v1.3.0
23         github.com/anacrolix/upnp v0.1.3-0.20220123035249-922794e51c96
24         github.com/anacrolix/utp v0.1.0
25         github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
26         github.com/davecgh/go-spew v1.1.1
27         github.com/dustin/go-humanize v1.0.0
28         github.com/edsrzf/mmap-go v1.0.0
29         github.com/elliotchance/orderedmap v1.4.0
30         github.com/frankban/quicktest v1.14.0
31         github.com/fsnotify/fsnotify v1.5.1
32         github.com/google/btree v1.0.1
33         github.com/google/go-cmp v0.5.6
34         github.com/gorilla/websocket v1.4.2
35         github.com/jessevdk/go-flags v1.5.0
36         github.com/pion/datachannel v1.5.2
37         github.com/pion/webrtc/v3 v3.1.24-0.20220208053747-94262c1b2b38
38         github.com/pkg/errors v0.9.1
39         github.com/stretchr/testify v1.7.0
40         go.etcd.io/bbolt v1.3.6
41         golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
42 )
43
44 retract (
45         // Doesn't signal interest to peers if choked when piece priorities change.
46         v1.39.0
47         // peer-requesting doesn't scale
48         [v1.34.0, v1.38.1]
49 )