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 external module dependencies broken #1507

Closed
jberci opened this issue Feb 25, 2019 · 2 comments
Closed

Go external module dependencies broken #1507

jberci opened this issue Feb 25, 2019 · 2 comments
Assignees
Labels
c:build Category: build environment golang

Comments

@jberci
Copy link
Contributor

jberci commented Feb 25, 2019

It looks like some repositories ekiden depends on have migrated to gx for module management.

Looking at e.g. github.com/multiformats/go-multibase, ekiden depends on version v0.3.0 and the build system is unable to find it at the moment. In the repository, the release on commit bb91b53e5695e699a86654d77d03db7bc7506d12 is tagged with gx/v0.3.0 instead of v0.3.0. Changing the dependency in go.sum and go.mod to v0.0.0-00000000000000-bb91b53e5695 seems to work.

@jberci jberci added c:build Category: build environment golang labels Feb 25, 2019
@Yawning
Copy link
Contributor

Yawning commented Feb 25, 2019

Related: whyrusleeping/gx-go#41

@Yawning
Copy link
Contributor

Yawning commented Feb 26, 2019

Fixed by #1509.

@Yawning Yawning closed this as completed Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:build Category: build environment golang
Projects
None yet
Development

No branches or pull requests

2 participants