stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
22.5k stars 1.56k forks source link

go-difflib library v1.0.0 reached End Of Life #1618

Open vlbarou opened 3 days ago

vlbarou commented 3 days ago

Description

Latest version depends on github.com/pmezard/go-difflib v1.0.0 that reached EOL

Step To Reproduce

1) download master branch 2) grep command will give the following output:

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"

Expected behavior

testify should not depend on EOL libraries