Hacker News new | ask | show | jobs
by omeze 1855 days ago
The sibling comment touches on this, but the class of tooling that lets you analyze (R)everse (dep)endencies. There's a bunch that do similar things, but examples:

Rdep: https://github.com/axw/rdep Gomod: https://github.com/Helcaraxan/gomod

If you look at what they're doing under the hood, its mostly gluing bunch of official Golang libs that let you inspect package-level information.