rclone/vendor/storj.io/drpc/go.mod
Caleb Case e7bd392a69 backend/tardigrade: Upgrade to uplink v1.0.6
This fixes an important bug with listing that affects users with more
than 500 objects in a listing operation.
2020-05-29 18:00:08 +01:00

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
)