0376fcdaef
Fixed tests to pass Change-Id: I90c61168a3a67188e586564a5df381f2f41e2834
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-20210818163656-4667d2cafb27
|
|
storj.io/storj v1.36.1
|
|
)
|