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

dependency conflict in go-subkey versions #1290

Open
Omarabdul3ziz opened this issue Dec 17, 2024 · 1 comment
Open

dependency conflict in go-subkey versions #1290

Omarabdul3ziz opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
rmb-sdk belongs to rmb type_bug Something isn't working
Milestone

Comments

@Omarabdul3ziz
Copy link
Contributor

some packages using go-subkey and other uses go-subkey/v2 this leads to error in building happen on tfchain-client-go@77e684bcb1b2 and [email protected]

image

to reproduce

  • a simple rmb call script that imports the two packages
  • replace the packages with local pkgs
  • also replace the tfchain in sdk-rmb to use local chain client
  • tidy all and run the script
@sameh-farouk
Copy link
Member

sameh-farouk commented Dec 17, 2024

Update:
This issue is caused locally by running go get -u or a similar command, which updated the subkey package from 1.0.3 to 1.0.4. Although it's a patch increment, this version introduces major, incompatible API changes.
Reverting the version in the local mod file should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rmb-sdk belongs to rmb type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants