Hacker News new | ask | show | jobs
by fnoof 2103 days ago
A consequence of the complexity is that some devs stay below v2 forever because it’s easier. Backwards incompatible changes pile up in v0.x’s. It’s then really difficult for consumers to install two versions of the same package, which can happen with diamond dependencies.
1 comments

Do you have an example of such package? I've used Go modules for years and never encountered that.
someone cited kubernetes above