sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

Fix `github.com/ledgerwatch/interfaces` revision

Open wojciech-sei opened this issue 6 months ago • 1 comments

Command

go list -modfile=./go.mod -m -json -mod=mod all

produces error:

go: github.com/ledgerwatch/[email protected]: invalid version: unknown revision 539b8171d9f0

It's because that commit does not exist in the repo anymore.

Our code does not depend on github.com/ledgerwatch/interfaces. It is required only because imported github.com/ledgerwatch/erigon-lib uses it for code generation here: https://github.com/ledgerwatch/erigon-lib/blob/main/tools.go

wojciech-sei avatar Aug 07 '24 12:08 wojciech-sei