Hacker News new | ask | show | jobs
by favadi 1663 days ago
I still remember the night when logrus's author decided to rename his Github account and broke our production build (https://github.com/sirupsen/logrus/pull/384). Since then, I always vendor third party dependencies.
1 comments

To be fair, this is a side effect of poor module system design in Go. Not really github's fault here.