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

git.apache.org/thrift.git has gone away #347

Closed
ryboe opened this issue Mar 21, 2019 · 3 comments
Closed

git.apache.org/thrift.git has gone away #347

ryboe opened this issue Mar 21, 2019 · 3 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@ryboe
Copy link

ryboe commented Mar 21, 2019

This line from go.sum is causing problems.

git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=

https://github.com/jenkins-x/jx/blob/master/go.sum#L14

This git repo has been moved to https://github.com/apache/thrift . The old git.apache.org/thrift.git repo has been shut down. This might cause breakages for you when you try to make dependency changes.

@jeanbza
Copy link
Contributor

jeanbza commented Mar 21, 2019

This is depended upon by opencensus, not us. They have since fixed the dependency https://github.com/census-instrumentation/opencensus-go/blob/master/go.mod#L4 but not yet put out a new version. Once they do we'll update our dependencies - tracking that in #342.

cc @rghetia.

@jeanbza jeanbza closed this as completed Mar 21, 2019
@rghetia
Copy link

rghetia commented Mar 21, 2019

@jadekler go.opencensus.io 0.19.2 is released.

@cbalano
Copy link

cbalano commented Sep 4, 2019

FYI, I got past the issue by adding this line in go.mod, right above the require section:

replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

5 participants