2018-05-25 14:22:54 +08:00
|
|
|
module github.com/anacrolix/torrent
|
|
|
|
|
|
|
|
require (
|
|
|
|
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/RoaringBitmap/roaring v0.4.17 // indirect
|
|
|
|
github.com/anacrolix/dht v1.0.1
|
|
|
|
github.com/anacrolix/dht/v2 v2.0.1
|
2018-05-25 14:22:54 +08:00
|
|
|
github.com/anacrolix/envpprof v0.0.0-20180404065416-323002cec2fa
|
2019-01-08 12:45:25 +08:00
|
|
|
github.com/anacrolix/go-libutp v0.0.0-20180808010927-aebbeb60ea05
|
2019-01-16 02:18:30 +08:00
|
|
|
github.com/anacrolix/log v0.2.0
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/anacrolix/missinggo v1.1.0
|
|
|
|
github.com/anacrolix/mmsg v0.0.0-20180808012353-5adb2c1127c0 // indirect
|
2019-01-08 12:45:25 +08:00
|
|
|
github.com/anacrolix/sync v0.0.0-20180808010631-44578de4e778
|
|
|
|
github.com/anacrolix/tagflag v0.0.0-20180803105420-3a8ff5428f76
|
2019-02-19 11:38:31 +08:00
|
|
|
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
|
2018-05-25 14:22:54 +08:00
|
|
|
github.com/boltdb/bolt v1.3.1
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c
|
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
|
2018-07-25 16:27:43 +08:00
|
|
|
github.com/elgatito/upnp v0.0.0-20180711183757-2f244d205f9a
|
2018-05-25 14:22:54 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/glycerine/goconvey v0.0.0-20190315024820-982ee783a72e // indirect
|
2019-01-08 12:45:25 +08:00
|
|
|
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20190309154008-847fc94819f9 // indirect
|
|
|
|
github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd // indirect
|
2018-05-25 14:22:54 +08:00
|
|
|
github.com/gosuri/uiprogress v0.0.0-20170224063937-d0567a9d84a1
|
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2019-01-08 12:45:25 +08:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-03-11 08:51:29 +08:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-02-19 11:38:31 +08:00
|
|
|
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
|
2019-03-19 17:43:51 +08:00
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b
|
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2018-05-25 14:22:54 +08:00
|
|
|
)
|