2020-04-27 16:46:23 +00:00
|
|
|
module github.com/ajnavarro/distribyted
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.5.1 // indirect
|
|
|
|
github.com/anacrolix/dht/v2 v2.7.0 // indirect
|
|
|
|
github.com/anacrolix/log v0.7.1-0.20200604014615-c244de44fd2d
|
|
|
|
github.com/anacrolix/missinggo/v2 v2.4.1-0.20200419051441-747d9d7544c6
|
|
|
|
github.com/anacrolix/torrent v1.16.0
|
|
|
|
github.com/benbjohnson/immutable v0.2.1 // indirect
|
|
|
|
github.com/billziss-gh/cgofuse v1.4.0
|
2020-07-14 11:55:08 +00:00
|
|
|
github.com/elliotchance/orderedmap v1.3.0 // indirect
|
2020-05-13 17:02:51 +00:00
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
|
2020-05-13 17:02:51 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/goccy/go-yaml v1.8.2
|
|
|
|
github.com/golang/snappy v0.0.2 // indirect
|
|
|
|
github.com/google/uuid v1.1.2 // indirect
|
2020-07-14 11:55:08 +00:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/marten-seemann/qtls-go1-15 v0.1.1 // indirect
|
2020-07-14 11:55:08 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/pion/dtls/v2 v2.0.3 // indirect
|
|
|
|
github.com/pion/quic v0.1.4 // indirect
|
|
|
|
github.com/pion/sctp v1.7.11 // indirect
|
|
|
|
github.com/pion/srtp v1.5.2 // indirect
|
|
|
|
github.com/pion/webrtc/v2 v2.2.26 // indirect
|
2020-05-18 17:42:23 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
2020-10-18 18:14:32 +00:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-07-14 11:55:08 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-09-27 19:23:47 +00:00
|
|
|
github.com/willf/bitset v1.1.11 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
2020-07-14 11:55:08 +00:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
2020-09-27 19:23:47 +00:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-07-14 11:55:08 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2020-10-18 18:14:32 +00:00
|
|
|
src.techknowlogick.com/xgo v1.1.1-0.20201014223913-54d7d44a2ff6 // indirect
|
2020-04-27 16:46:23 +00:00
|
|
|
)
|