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
I tried running script/godep-restore.sh in a fresh $GOPATH, and then removed Godeps and vendor folders and then running godep save ./... in order to save them again. The new born Godeps.json looks quite different with the current one we have in upstream.
The text was updated successfully, but these errors were encountered:
This is not godep fault but ours.
We let vendor get out of sync. Every time we add or remove import we should run save.
We don't do that so we have few unused libs in vendor.
I tried running
script/godep-restore.sh
in a fresh $GOPATH, and then removed Godeps and vendor folders and then runninggodep save ./...
in order to save them again. The new born Godeps.json looks quite different with the current one we have in upstream.The text was updated successfully, but these errors were encountered: