Test requirements

I’m working on a Go library and it is very lean. It requires no external dependencies to function.
Though, for convenience, I use github.com/stretchr/testify/assert in my *_test.go.
This library now lists in the requirements in my go.mod.

Now I’m wondering, if developers who use my library will be forced to install this requirement although it is only required for testing?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.