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 Sep 9, 2020. It is now read-only.
turns out, this is the same problem as in #1119 (i think). it's not that multiple instances of the same source field don't work, just that multiple of gopkg.in at different path-versions weren't separating correctly. i have a PR that should fix this, but it'd be great if you could test it out and verify!
Dep Version
v0.3.0, darwin-amd64 - Downloaded from GitHub releases page
What
dep
command did you run?What did you expect to see?
A lock file that reflected the contents of the toml file.
What did you see instead?
A lock file that did not respect the contents of the toml file. What happened was I had the following constraints in the toml file:
But in the lock file only the
yaml.v1
package was using my fork as its source. Theyaml.v2
package was pointing to its primary repo.It appears
dep
does not tolerate multiple packages with the same source.The text was updated successfully, but these errors were encountered: