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 Sep 9, 2020. It is now read-only.
The two repositories in question are github.com/envoyproxy/data-plane-api and github.com/googleapis/googleapis. When I try to add
% dep ensure
ensure Solve(): No versions of github.com/envoyproxy/data-plane-api met constraints:
5b29f002b44f3f6e3921bd3b4535aeb91f89e84a: Could not introduce github.com/envoyproxy/data-plane-api@5b29f002b44f3f6e3921bd3b4535aeb91f89e84a, as its subpackage github.com/envoyproxy/data-plane-api does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
master: Could not introduce github.com/envoyproxy/data-plane-api@master, as its subpackage github.com/envoyproxy/data-plane-api does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
typo: Could not introduce github.com/envoyproxy/data-plane-api@typo, as it is not allowed by constraint 5b29f002b44f3f6e3921bd3b4535aeb91f89e84a from project github.com/heptio/zzz.
What version of
depare you using (dep version)?What
depcommand did you run?I am trying to convert a project that uses glide to vendor two repositories containing protocol buffer definitions. The abstract from
glide.yamlisThe two repositories in question are
github.com/envoyproxy/data-plane-apiandmygithub.libinneed.workers.dev/googleapis/googleapis. When I try to adddep ensure refuses to vendor the repositories
What did you expect to see?
those two repositories vendored into
vendor/What did you see instead?