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.
11 lines
181 B
Modula-2
11 lines
181 B
Modula-2
module storj.io/drpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.4
|
|
github.com/zeebo/assert v1.1.0
|
|
github.com/zeebo/errs v1.2.2
|
|
)
|