-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go.mod
Outdated
) | ||
|
||
replace github.com/ethereum/go-ethereum => github.com/vulcanize/go-ethereum v0.0.0-20190731183759-8e20673bd101 | ||
|
||
replace gopkg.in/urfave/cli.v1 => gopkg.in/urfave/cli.v1 v1.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When trying this out locally pointing to the mcd statediffing branch, I'm getting an "unable to build .so file: exit status 1
error when building without this line. But composes and executes okay if we pin the version to v1.20.0
AND keep this line in for some reason. 🤷♀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds in line with my go mod experiences so far!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Attempting to fix error: github.com/vulcanize/vulcanizedb@v0.0.8 requires gopkg.in/urfave/cli.v1@v1.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
6cbb34f
to
7e0728b
Compare
* Pin to urfave/cli version in go.mod - Attempting to fix error: github.com/vulcanize/vulcanizedb@v0.0.8 requires gopkg.in/urfave/cli.v1@v1.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
* Pin to urfave/cli version in go.mod - Attempting to fix error: github.com/vulcanize/vulcanizedb@v0.0.8 requires gopkg.in/urfave/cli.v1@v1.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
requires gopkg.in/urfave/cli.v1@v1.0.0-00010101000000-000000000000:
invalid version: unknown revision 000000000000