6d3fd33ca3
Currently loops wait for the coalesce duration for TriggerWait. Let's skip the coalesce when we trigger it manually. Change-Id: If5bacd4e263d233f1f3ea41b989922d2ed5a48d4
14 lines
284 B
Modula-2
14 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
|
|
go.uber.org/zap v1.17.0
|
|
storj.io/common v0.0.0-20210928125533-ecbc7f49b8a4
|
|
storj.io/storj v0.12.1-0.20210916114455-b2d724962c24
|
|
)
|