-
Notifications
You must be signed in to change notification settings - Fork 482
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
Update mod file to avoid apache thrift dependency error #190
Comments
abdullah2993
referenced
this issue
in abdullah2993/imageproxy
Sep 1, 2019
I'm having trouble reproducing this. What version of go are you running? |
go version |
I'm not sure how module cache works, but you might be able to reproduce it by deleting thrift from module cache? |
apache repo is down: https://status.apache.org/ |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unable to build a new copy with modules enabled.
Error:
Reason:
Apache thrift repo has moved to github. google api/cloud packages depends on
opencensus-go
which depends upon thrift. The issue is tracked here.Fix:
Add
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
to go.modThe text was updated successfully, but these errors were encountered: