11d501cd51
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
36 lines
1.6 KiB
Modula-2
36 lines
1.6 KiB
Modula-2
module github.com/ajnavarro/distribyted
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/RoaringBitmap/roaring v0.4.23 // indirect
|
|
github.com/anacrolix/dht/v2 v2.6.1 // indirect
|
|
github.com/anacrolix/go-libutp v1.0.3 // indirect
|
|
github.com/anacrolix/log v0.7.0
|
|
github.com/anacrolix/missinggo/v2 v2.4.1-0.20200227072623-f02f6484f997
|
|
github.com/anacrolix/multiless v0.0.0-20200413040533-acfd16f65d5d // indirect
|
|
github.com/anacrolix/torrent v1.15.2
|
|
github.com/elliotchance/orderedmap v1.3.0 // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/goccy/go-yaml v1.7.18
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/hanwen/go-fuse/v2 v2.0.3
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|