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

go.mod: Update version of go-openrpc-reflect #475

Merged
merged 3 commits into from
Jun 10, 2022

Conversation

AusIV
Copy link
Contributor

@AusIV AusIV commented Jun 9, 2022

go-openrpc-reflect imported an earlier version of go-ethereum, which imported a different version of btcsuite/btcd, which caused tests to fail in the crypto package.

go-openrpc-reflect already removed their import of go-ethereum in november 2020, but core geth never updated to the latest version.

This change updates the version of go-openrpc-reflect to resolve this ambiguous import.

Austin Roberts and others added 3 commits June 9, 2022 17:21
go-openrpc-reflect imported an earlier version of go-ethereum, which
imported a different version of btcsuite/btcd, which caused tests
to fail in the crypto package.

go-openrpc-reflect already removed their import of go-ethereum in
november 2020, but core geth never updated to the latest version.

This change updates the version of go-openrpc-reflect to resolve
this ambiguous import.
Date: 2022-06-10 09:43:05-07:00
Signed-off-by: meows <[email protected]>
@meowsbits meowsbits merged commit fabe932 into etclabscore:master Jun 10, 2022
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

Successfully merging this pull request may close these issues.

2 participants