2020-05-11 20:57:46 +02:00
|
|
|
module storj.io/uplink
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcutil v1.0.1
|
|
|
|
github.com/spacemonkeygo/errors v0.0.0-20171212215202-9064522e9fd1 // indirect
|
2020-05-29 15:08:11 +02:00
|
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.7-0.20200515175308-072401d8c752
|
2020-05-11 20:57:46 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
github.com/vivint/infectious v0.0.0-20190108171102-2455b059135b
|
|
|
|
github.com/zeebo/errs v1.2.2
|
|
|
|
go.uber.org/zap v1.10.0
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-05-29 15:08:11 +02:00
|
|
|
storj.io/common v0.0.0-20200519171747-3ff8acf78c46
|
2020-05-11 20:57:46 +02:00
|
|
|
)
|