3510bc036e
This change implements verification of the testsuite and resolves missing go.sum module errors. Change-Id: I7b513e74532581b8878d50aa2c5ddca12bbef2d0
15 lines
284 B
Modula-2
15 lines
284 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
|
|
github.com/zeebo/errs v1.2.2
|
|
go.uber.org/zap v1.17.0
|
|
storj.io/common v0.0.0-20210826155949-75e6d164aff6
|
|
storj.io/storj v1.36.1
|
|
)
|