Support Golang [Go] dependencies

Issue #369 resolved
Former user created an issue

You wrote a great tool, I am looking forward to use it everywhere I need!

Simple command go list std give me ability to see list of dependencies in Golang sources. Is it possible to add support for Golang?

It might help me to speed up code analysis in Golang projects.

Comments (11)

  1. Timo Sulg

    Hi,

    yes, i have already add parsers for Glide and Godep - currently working on crawlers, which could pull version and license details;

  2. Glenn Proctor Account Deactivated

    I'm encouraged to read this; can you let us know what the current status of Golang support is?

    Glenn.

  3. Timo Sulg

    Jokingly: "90% implementation is there, but we must spend another 90% of time"

    It means it'll be finished if there's enough interest from enterprise and customer side, because running all the required services to get all the data with acceptable latency is challenging and resource demanding;

    but it will be deployed somepoint end of summer.

  4. Robert Reiz

    Perl support is finished. Currently there are 41250 perl packages in the VersionEye page. Cpan is crawled once a day to update our database. Beside that we have a parser for cpanfile. VersionEye can monitor your Cpanfile actively on GitHub.

    Feel free to open another ticket if there are some issues with the Perl integration.

  5. Glenn Proctor Account Deactivated

    Thanks for the update on Perl support, great news. We need to do a bit of work on our end to create cpanfiles from the Chef cookbooks we use for provisioning. I'll let you know when I have feedback/issues.

    Move to GitHub noted.

    Glenn.

  6. Log in to comment