Renamed and Refactored
Renamed to tainted as inspired by terraform taint
A total rewrite of how the tool works. It now uses go list as a source of input and uses go/build package to derive the imports instead of recursive spawns of shell commands which was incredibly slow.