Hacker News new | ask | show | jobs
by hectormalot 2954 days ago
I think vgo allows you exclude specific versions in go.mod. It only works for specific versions, not ranges though
1 comments

There are exclusions, but they are only available for the current module:

> Exclusions only apply to builds of the current module. If the current module were required by a larger build, the exclusions would not apply.

https://research.swtch.com/vgo-tour