feature request: list disallowed packages (like "unsafe") #21
Labels
area/documentation
Improvements or additions to documentation
kind/enhancement
a new or improved feature.
We are writing a traefik plugin and when it's almost done, the local test indicates that package "unsafe" used by one of our dependency cannot be loaded ( import "unsafe" error: unable to find source related to: "unsafe" ). During the debugging we found issues like traefik/traefik#7459 or traefik/traefik#8844 . With no luck finding solutions, we realize that we have to change the fundamental dependence (in this case, we are using twmb/franz-go to communicate with kafka) .
So, as a kind reminder, what about listing the unsupported packages in this repository's readme (may also in the document), so other developers can review their dependencies before falling into such awkward situations? Thanks 🙏
The text was updated successfully, but these errors were encountered: