9aa3b3fd76
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
24 lines
978 B
Modula-2
24 lines
978 B
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.0 // indirect
|
|
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.1
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/elliotchance/orderedmap v1.2.1 // indirect
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/goccy/go-yaml v1.4.3
|
|
github.com/hanwen/go-fuse/v2 v2.0.3
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/panjf2000/ants/v2 v2.3.1
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
|
)
|