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.
For various reasons, a team may choose to mask its repo path under a different name:
> cat Gopkg.toml
[[constraint]]
name = "company.com/package"source = "https://git.domain.com/path/package.git"
version = "0.3.1"
This should not lead to dep failing.
What version of dep are you using (dep version)?
v0.3.0-295-gbeb6bb1
What dep command did you run?
> dep ensure -v
The following issues were found in Gopkg.toml:
✗ unable to deduce repository and sourcetypefor"company.com/package": unable to read metadata: go-import metadata not found
ProjectRoot name validation failed
What did you expect to see?
I expected dep to match "source" to all imports under "name", but not check "name" for validity.
What did you see instead?
dep ensure failed when the "name" path was found to be undiscoverable.
The text was updated successfully, but these errors were encountered:
hi! i appreciate the issue. unfortunately, there's more to this one than it may seem. have a look at #860, where we have some more discussion on the challenges with this. it's not impossible, but it's not easy, either.
For various reasons, a team may choose to mask its repo path under a different name:
This should not lead to dep failing.
What version of
dep
are you using (dep version
)?v0.3.0-295-gbeb6bb1
What
dep
command did you run?What did you expect to see?
I expected dep to match "source" to all imports under "name", but not check "name" for validity.
What did you see instead?
dep ensure
failed when the "name" path was found to be undiscoverable.The text was updated successfully, but these errors were encountered: