2018-05-25 06:22:54 +00:00
|
|
|
module github.com/anacrolix/torrent
|
|
|
|
|
|
|
|
require (
|
|
|
|
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
|
2019-07-16 01:08:17 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.4.18 // indirect
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/anacrolix/dht v1.0.1
|
|
|
|
github.com/anacrolix/dht/v2 v2.0.1
|
2018-05-25 06:22:54 +00:00
|
|
|
github.com/anacrolix/envpprof v0.0.0-20180404065416-323002cec2fa
|
2019-07-16 01:08:17 +00:00
|
|
|
github.com/anacrolix/go-libutp v1.0.2
|
2019-01-15 18:18:30 +00:00
|
|
|
github.com/anacrolix/log v0.2.0
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/anacrolix/missinggo v1.1.0
|
2019-07-16 01:08:17 +00:00
|
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
2019-01-08 04:45:25 +00:00
|
|
|
github.com/anacrolix/sync v0.0.0-20180808010631-44578de4e778
|
|
|
|
github.com/anacrolix/tagflag v0.0.0-20180803105420-3a8ff5428f76
|
2019-02-19 03:38:31 +00:00
|
|
|
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
|
2018-05-25 06:22:54 +00:00
|
|
|
github.com/boltdb/bolt v1.3.1
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c
|
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
|
2018-07-25 08:27:43 +00:00
|
|
|
github.com/elgatito/upnp v0.0.0-20180711183757-2f244d205f9a
|
2018-05-25 06:22:54 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/glycerine/goconvey v0.0.0-20190315024820-982ee783a72e // indirect
|
2019-07-16 01:08:17 +00:00
|
|
|
github.com/google/btree v1.0.0
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20190309154008-847fc94819f9 // indirect
|
2019-07-17 08:00:40 +00:00
|
|
|
github.com/gosuri/uilive v0.0.3 // indirect
|
|
|
|
github.com/gosuri/uiprogress v0.0.1
|
2018-05-25 06:22:54 +00:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2019-01-08 04:45:25 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-03-11 00:51:29 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-02-19 03:38:31 +00:00
|
|
|
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
|
2019-03-19 09:43:51 +00:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2019-07-16 01:08:17 +00:00
|
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
|
|
|
|
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
|
2019-03-19 09:43:51 +00:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2018-05-25 06:22:54 +00:00
|
|
|
)
|
2019-06-21 04:49:01 +00:00
|
|
|
|
|
|
|
go 1.13
|
2019-07-17 08:03:56 +00:00
|
|
|
|
|
|
|
replace github.com/elgatito/upnp => github.com/anacrolix/upnp v0.0.0-20190717072655-8249d7a81c03
|