mirror of
https://github.com/rclone/rclone.git
synced 2024-12-29 02:19:08 +01:00
e780cda1d4
This fixes issue #4370 by restoring the correct error response.
15 lines
416 B
Modula-2
15 lines
416 B
Modula-2
module storj.io/uplink
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.1
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.7-0.20200515175308-072401d8c752
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
|
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-20200611114417-9a3d012fdb62
|
|
)
|