Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Pin to urfave/cli version in go.mod #154

Merged
merged 2 commits into from
Oct 21, 2019
Merged

Conversation

rmulhol
Copy link
Contributor

@rmulhol rmulhol commented Oct 4, 2019

  • 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

Copy link
Contributor

@Gslaughl Gslaughl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

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
Copy link
Contributor

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. 🤷‍♀

Copy link
Collaborator

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!

Copy link
Collaborator

@i-norden i-norden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

rmulhol and others added 2 commits October 21, 2019 15:38
- 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
@elizabethengelman elizabethengelman merged commit 6c055a9 into staging Oct 21, 2019
@elizabethengelman elizabethengelman deleted the pin-urfave-cli branch October 21, 2019 20:58
grizz pushed a commit that referenced this pull request Dec 22, 2019
* 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
grizz pushed a commit to dipd/vulcanizedb that referenced this pull request Dec 28, 2019
* 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants