peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.72k stars 242 forks source link

all: get rid of `testify` package #577

Closed igungor closed 1 year ago

igungor commented 1 year ago

Since we use gotest.tools/v3/ for several test helpers, we may as well use gotest.tools/v3/assert package. We don't need any other testing package.

While I'm here, mockery tools is replaced with gomock too.

Also, I made staticcheck more strict.