ddda39b22a
* Server implementation. - Share the content of a folder as a magnet file. - Web interface with all data needed for sharing data. - New configuration to add several servers - Every time the content of the server folder is changed, the magnet file will be generated again. Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com> * Update dependencies Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com> * Use boltdb piece completion storage. Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
110 lines
5 KiB
Modula-2
110 lines
5 KiB
Modula-2
module github.com/distribyted/distribyted
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/RoaringBitmap/roaring v0.9.4 // indirect
|
|
github.com/anacrolix/dht/v2 v2.12.1
|
|
github.com/anacrolix/log v0.10.0
|
|
github.com/anacrolix/missinggo/v2 v2.5.2
|
|
github.com/anacrolix/multiless v0.2.0 // indirect
|
|
github.com/anacrolix/torrent v1.37.0
|
|
github.com/billziss-gh/cgofuse v1.5.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/dgraph-io/badger/v3 v3.2103.2
|
|
github.com/elliotchance/orderedmap v1.4.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/gin-contrib/static v0.0.1
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.11
|
|
github.com/pion/dtls/v2 v2.0.10 // indirect
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
github.com/pion/rtp v1.7.4 // indirect
|
|
github.com/pion/sctp v1.8.0 // indirect
|
|
github.com/rs/zerolog v1.26.0
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
|
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
crawshaw.io/sqlite v0.3.3-0.20210127221821-98b1f83c5508 // indirect
|
|
github.com/anacrolix/chansync v0.3.0 // indirect
|
|
github.com/anacrolix/confluence v1.10.0 // indirect
|
|
github.com/anacrolix/envpprof v1.1.1 // indirect
|
|
github.com/anacrolix/go-libutp v1.0.4 // indirect
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
github.com/anacrolix/missinggo/perf v1.0.0 // indirect
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
|
github.com/anacrolix/stm v0.3.0 // indirect
|
|
github.com/anacrolix/sync v0.4.0 // indirect
|
|
github.com/anacrolix/upnp v0.1.2-0.20200416075019-5e9378ed1425 // indirect
|
|
github.com/anacrolix/utp v0.1.0 // indirect
|
|
github.com/benbjohnson/immutable v0.3.0 // indirect
|
|
github.com/bits-and-blooms/bitset v1.2.1 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/edsrzf/mmap-go v1.0.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/google/flatbuffers v1.12.1 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/klauspost/compress v1.12.3 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // 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/pion/datachannel v1.5.2 // indirect
|
|
github.com/pion/ice/v2 v2.1.13 // indirect
|
|
github.com/pion/interceptor v0.1.0 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.8 // indirect
|
|
github.com/pion/sdp/v3 v3.0.4 // indirect
|
|
github.com/pion/srtp/v2 v2.0.5 // indirect
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
github.com/pion/transport v0.12.3 // indirect
|
|
github.com/pion/turn/v2 v2.0.5 // indirect
|
|
github.com/pion/udp v0.1.1 // indirect
|
|
github.com/pion/webrtc/v3 v3.1.9 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
|
|
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
github.com/willf/bitset v1.1.11 // indirect
|
|
github.com/willf/bloom v2.0.3+incompatible // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.opencensus.io v0.22.5 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|