Skip to content
New issue

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

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

Open
vlbarou opened this issue Jul 1, 2024 · 1 comment
Open

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

vlbarou opened this issue Jul 1, 2024 · 1 comment
Labels

Comments

@vlbarou
Copy link

vlbarou commented Jul 1, 2024

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

@vlbarou vlbarou added the bug label Jul 1, 2024
@gaby
Copy link

gaby commented Jul 5, 2024

It's probably fine, the dependency works as intended. The dependency itself doesn't have any dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants