We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version depends on github.com/pmezard/go-difflib v1.0.0 that reached EOL
github.com/pmezard/go-difflib v1.0.0
go.mod: github.com/pmezard/go-difflib v1.0.0 mock/mock.go: "github.com/pmezard/go-difflib/difflib" go.sum:github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= go.sum:github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= assert/assertions.go: "github.com/pmezard/go-difflib/difflib"
testify should not depend on EOL libraries
The text was updated successfully, but these errors were encountered:
It's probably fine, the dependency works as intended. The dependency itself doesn't have any dependencies.
Sorry, something went wrong.
Duplicate of #1159
No branches or pull requests
Description
Latest version depends on
github.com/pmezard/go-difflib v1.0.0
that reached EOLStep To Reproduce
Expected behavior
testify should not depend on EOL libraries
The text was updated successfully, but these errors were encountered: