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

depends on agl/ed25519, which is removed/unmaintained #280

Open
randomshinichi opened this issue Nov 1, 2023 · 2 comments
Open

depends on agl/ed25519, which is removed/unmaintained #280

randomshinichi opened this issue Nov 1, 2023 · 2 comments

Comments

@randomshinichi
Copy link

randomshinichi commented Nov 1, 2023

Downstream dependency is removed, so I'm unable to use this library. How do you guys deal with this?

$ go get github.com/bnb-chain/tss-lib/v2/[email protected]
go: github.com/bnb-chain/tss-lib/v2/tss imports
        github.com/decred/dcrd/dcrec/edwards/v2 imports
        github.com/agl/ed25519: cannot find module providing package github.com/agl/ed25519
@yycen
Copy link
Contributor

yycen commented Dec 3, 2023

The agl/ed25519 points to our fork

tss-lib/go.mod

Line 20 in 409542e

replace github.com/agl/ed25519 => github.com/binance-chain/edwards25519 v0.0.0-20200305024217-f36fc4b53d43

@austbot
Copy link

austbot commented May 2, 2024

@randomshinichi I hit this error too today and fixed it by adding that line to my go.mod
replace github.com/agl/ed25519 => github.com/binance-chain/edwards25519 v0.0.0-20200305024217-f36fc4b53d43

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

3 participants