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.
Expected behavior
godep getshould add the package to vendor just likegodep save ./...would.Actual behavior
godep getlooks at the packages, but doesn't add it to vendor and to Godeps.jsonSteps to reproduce behavior
godep getto add a package to vendorI can reproduce this with a simple brand new setup and with existing setups.
godep versionoutputgodep v74 (linux/amd64/go1.6.3)
go versionoutputgo version go1.6.3 linux/amd64