storj/testsuite/go.mod
crawter 07311cdd6f satellite/metainfo: begin move object added
First from two methods needed to perform server-side move. It gets
metadata key and nonce and all segments key and nonces and returns
all of that to uplink.

Change-Id: Ied2c79559e77d3f63091c4d61948f2d6a2147d67
2021-09-14 13:18:21 +00:00

14 lines
254 B
Modula-2

module storj.io/storj/testsuite
go 1.16
replace storj.io/storj => ../
require (
github.com/go-rod/rod v0.100.0
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.17.0
storj.io/common v0.0.0-20210913064233-1b2b6b3e7a2f
storj.io/storj v1.36.1
)