2020-05-11 20:57:46 +02:00
|
|
|
module storj.io/uplink
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcutil v1.0.1
|
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
|
2020-06-18 22:20:56 +02:00
|
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
2020-05-11 20:57:46 +02:00
|
|
|
github.com/zeebo/errs v1.2.2
|
|
|
|
go.uber.org/zap v1.10.0
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-06-18 22:20:56 +02:00
|
|
|
storj.io/common v0.0.0-20200611114417-9a3d012fdb62
|
2020-05-11 20:57:46 +02:00
|
|
|
)
|