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 Feb 26, 2019. It is now read-only.
Expected behavior
godep get
should add the package to vendor just likegodep save ./...
would.Actual behavior
godep get
looks at the packages, but doesn't add it to vendor and to Godeps.jsonSteps to reproduce behavior
godep get
to add a package to vendorI can reproduce this with a simple brand new setup and with existing setups.
godep version
outputgodep v74 (linux/amd64/go1.6.3)
go version
outputgo version go1.6.3 linux/amd64
The text was updated successfully, but these errors were encountered: