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

ed25519 dependency link deprecated (module path has been changed) #287

Open
oracle58 opened this issue Aug 30, 2020 · 1 comment
Open

ed25519 dependency link deprecated (module path has been changed) #287

oracle58 opened this issue Aug 30, 2020 · 1 comment

Comments

@oracle58
Copy link

oracle58 commented Aug 30, 2020

go version go1.15 darwin/amd64

Steps to reproduce

  1. $ go get -u github.com/perlin-network/noise

Fails at:

go get: github.com/oasislabs/[email protected] updating to
	github.com/oasislabs/[email protected]: parsing go.mod:
	module declares its path as: github.com/oasisprotocol/ed25519
	        but was required as: github.com/oasislabs/ed25519

Conclusion

Downloading the dependency solely using $ go get -u github.com/oasisprotocol/ed25519 works, while using the deprecated organization name results in the aforementioned error.

Replacing github.com/oasislabs/ed25519 with github.com/oasisprotocol/ed25519 in go.mod should fix this issue.

@itsnitigya
Copy link

go version go1.15.2 darwin/amd64

Having the same issue but with a different error message.

Screenshot 2020-09-14 at 4 51 09 AM

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

No branches or pull requests

2 participants