storj/testsuite/go.mod
storj-antonio 3510bc036e testsuite: fix testsuite/go.mod and enable linters
This change implements verification of the testsuite
and resolves missing go.sum module errors.

Change-Id: I7b513e74532581b8878d50aa2c5ddca12bbef2d0
2021-08-31 12:10:18 +00:00

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
)