]> Sergey Matveev's repositories - btrtrc.git/blob - go.mod
4f5cad384d39c132db36cb7a9b1a2bfe49d8a280
[btrtrc.git] / go.mod
1 module github.com/anacrolix/torrent
2
3 require (
4         bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
5         github.com/RoaringBitmap/roaring v0.4.21 // indirect
6         github.com/alexflint/go-arg v1.2.0
7         github.com/anacrolix/dht/v2 v2.3.2-0.20200103043204-8dce00767ebd
8         github.com/anacrolix/envpprof v1.1.0
9         github.com/anacrolix/go-libutp v1.0.2
10         github.com/anacrolix/log v0.5.0
11         github.com/anacrolix/missinggo v1.2.1
12         github.com/anacrolix/missinggo/perf v1.0.0
13         github.com/anacrolix/missinggo/v2 v2.3.1
14         github.com/anacrolix/multiless v0.0.0-20191223025854-070b7994e841
15         github.com/anacrolix/sync v0.2.0
16         github.com/anacrolix/tagflag v1.0.1
17         github.com/anacrolix/upnp v0.1.1
18         github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
19         github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c
20         github.com/davecgh/go-spew v1.1.1
21         github.com/dustin/go-humanize v1.0.0
22         github.com/edsrzf/mmap-go v1.0.0
23         github.com/etcd-io/bbolt v1.3.3
24         github.com/fsnotify/fsnotify v1.4.7
25         github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
26         github.com/google/btree v1.0.0
27         github.com/gosuri/uiprogress v0.0.1
28         github.com/huandu/xstrings v1.2.1 // indirect
29         github.com/jessevdk/go-flags v1.4.0
30         github.com/mattn/go-isatty v0.0.10 // indirect
31         github.com/mattn/go-sqlite3 v1.13.0
32         github.com/pkg/errors v0.8.1
33         github.com/stretchr/testify v1.4.0
34         golang.org/x/net v0.0.0-20191125084936-ffdde1057850
35         golang.org/x/sys v0.0.0-20191126131656-8a8471f7e56d // indirect
36         golang.org/x/time v0.0.0-20191024005414-555d28b269f0
37         golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
38         gopkg.in/yaml.v2 v2.2.7 // indirect
39 )
40
41 go 1.13