sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.17k stars 108 forks source link

Fix transitive dependencies #51

Closed dambrisco closed 4 years ago

dambrisco commented 4 years ago

Closes #49

Current master refuses to build due to timestamp mismatches on transitive dependencies. I'm unsure whether or not the method I've used here to correct those issues is the best option, but it does build get it back into a working state.

sl1pm4t commented 4 years ago

Hi @dambrisco - thanks for looking into this. I managed to do some tracing of the failing dependencies back to the AWS terraform provider that had somehow been added to go.mod. I removed the AWS dependency and the build succeeds. I committed the fix in #53 If the same fix works for you, are you happy to close this PR? Thanks!

sl1pm4t commented 4 years ago

Ok nevermind, there still seems to be some dependency issues.

sl1pm4t commented 4 years ago

This should be fixed now by #58

sl1pm4t commented 4 years ago

I'm going to close this given the previous comment. Please let me know if this is not resolved.