storj/testsuite/go.mod
Vitalii Shpital 0376fcdaef integration/ui/satellite: fixed tests for onboarding flow
Fixed tests to pass

Change-Id: I90c61168a3a67188e586564a5df381f2f41e2834
2021-08-26 19:07:52 +03: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-20210818163656-4667d2cafb27
storj.io/storj v1.36.1
)