-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 down, use github for mods #9990
Conversation
Hi @mikecook 👋 Can you confirm that setting the |
Its worth mentioning that the official documentation points people to pull the dependency from github, not the apache mirror https://thrift.apache.org/lib/go#using-thrift-with-go @bflad I think this approach is more aligned with what is officially recommended |
36c48fe
to
eb1d8b7
Compare
@bflad If you're using go modules then there's no good solution without this patch.
Deepdive belowNote: Output is dockerized for repeatability, scroll right to see the full command lines to duplicate. All use
Without a comma delimited list that contains
With a comma delimited list (just to see what happens), on
In But
Which leaves no good option besides this patch to replace |
eb1d8b7
to
4595e09
Compare
Regarding Go 1.13, we do not currently support that version yet for development and testing with this project, especially due to the the One important note here is that our Makefile does not currently force usage of |
This situation should be resolved through a chain of dependency updates starting with hashicorp/go-getter#204 then hashicorp/terraform then here. 😄 |
Hi folks 👋 Apologies for the delayed response here -- the transitive dependency on thrift (git.apache.org/thrift and github.com/apache/thrift) was removed in #10367. Thank you for contributing this when it was really problematic before. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates hashicorp/terraform#22664