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

Incorrect dependency? #302

Closed
vcastellm opened this issue Oct 8, 2022 · 3 comments · Fixed by ChainSafe/gossamer#3572
Closed

Incorrect dependency? #302

vcastellm opened this issue Oct 8, 2022 · 3 comments · Fixed by ChainSafe/gossamer#3572

Comments

@vcastellm
Copy link

According to go.mod it depends on https://github.com/centrifuge/go-substrate-rpc-client/blob/master/go.mod#L15 in the v4 but it's not working for me.

It only works for me if I manually add dependency on github.com/vedhavyas/go-subkey/v2

@cdamian
Copy link
Contributor

cdamian commented Oct 12, 2022

@vcastellm what version of this library are you using and what error are you getting if you use the latest?

@timwu20
Copy link

timwu20 commented Nov 9, 2023

This is failing for me as well when trying to import this package.

go: downloading github.com/vedhavyas/go-subkey v1.0.4
../go/pkg/mod/github.com/centrifuge/go-substrate-rpc-client/[email protected]/signature/signature.go:25:2: reading github.com/vedhavyas/go-subkey/go.mod at revision v1.0.4: unknown revision v1.0.4
../go/pkg/mod/github.com/centrifuge/go-substrate-rpc-client/[email protected]/signature/signature.go:26:2: reading github.com/vedhavyas/go-subkey/go.mod at revision v1.0.4: unknown revision v1.0.4

If you look at https://github.com/vedhavyas/go-subkey there is no version v1.0.4?

@cdamian
Copy link
Contributor

cdamian commented Dec 5, 2023

Fix in - #366

@cdamian cdamian closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants