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 was archived by the owner on Mar 8, 2026. It is now read-only.
In my project (https://github.com/asm-products/readraptor) I'm using
Goosefor migrations and need to install a binary on Heroku. I'm using:godep savefails to pick up the dependency. On Heroku, install runs withgodep go install -tags heroku ./...I think
godep save -tags heroku ./...would fix the issue.