mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 08:54:10 +01:00
e7bd392a69
This fixes an important bug with listing that affects users with more than 500 objects in a listing operation.
16 lines
496 B
Modula-2
16 lines
496 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.7-0.20200515175308-072401d8c752
|
|
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-20200519171747-3ff8acf78c46
|
|
)
|