You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello tendervittles 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
What were you trying to accomplish?
Import the latest eksctl v0.205.0 into my Go project.
What happened?
This causes
go mod tidy
to quit with:You require k8s.io/client v1.5.2 in your go.mod.
However, you later replace that with a sane k8s.io/client v0.32.1.
Your project does not break, only people who import your project.
This was broken by @bryantbiggs on fe547b6.
cc: @cheeseandcereal
How to reproduce it?
Run
go mod tidy
on my example program.https://github.com/tendervittles/bad-eksctl
The text was updated successfully, but these errors were encountered: