mirror of
https://github.com/rclone/rclone.git
synced 2024-12-01 21:04:56 +01:00
16 lines
466 B
Modula-2
16 lines
466 B
Modula-2
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
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.6
|
|
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
|
|
storj.io/common v0.0.0-20200429074521-4ba140e4b747
|
|
)
|