07311cdd6f
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
14 lines
254 B
Modula-2
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
|
|
)
|