Package dependency information of Binary

Is there any way to check binary’s package dependencies?

This sounds like a tool that should exist since the info is in the binary…

There was gobin which did a similar thing: https://github.com/rjeczalik/bin but it could do so much more since the advent of modules and it looks like it hasn’t been worked on for a while.

Thank you for providing useful repository.
Matter of fact, I was also looking for a way to check binary’s package dependencies with its version.
The problem is about using go plugin from main application.
I have binary of main application and I have nothing about its dependency nor version.
That is why I’m trying to checkt dependency information of binary.

You could always try the strings unix utility and look in the binary like that for interesting strings…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.