You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
I see this project is not maintained anymore, is there an alternative tool that does the same job? Maybe even one that goes a step further and vendors tools written in any language, not just Go.
The text was updated successfully, but these errors were encountered:
Thanks @obalunenko, I am actually using this approach already. Here's the command I use for automatically installing all tools at once (the idea comes from this post):
go list -f '{{ join .Imports "\n" }}' tools.go | xargs -tI % go install %
It's not ideal though, this approach still lacks the ability to define dependencies for non-go tools like protoc.
I see this project is not maintained anymore, is there an alternative tool that does the same job? Maybe even one that goes a step further and vendors tools written in any language, not just Go.
The text was updated successfully, but these errors were encountered: