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
The module path gopkg.in/ldap.v3 found in your /backend/go.mod doesn't match the actual path github.com/go-ldap/ldap found in the dependency's go.mod.
gopkg.in/ldap.v3
/backend/go.mod
github.com/go-ldap/ldap
go.mod
Updating the module path in your go.mod to github.com/go-ldap/ldap should resolve this issue.
View the update logs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The module path
gopkg.in/ldap.v3
found in your/backend/go.mod
doesn't match the actual pathgithub.com/go-ldap/ldap
found in the dependency'sgo.mod
.Updating the module path in your
go.mod
togithub.com/go-ldap/ldap
should resolve this issue.View the update logs.
The text was updated successfully, but these errors were encountered: