Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep ensure --add github.com/remind101/pkg fails with an error #117

Open
gitleet opened this issue Oct 27, 2018 · 0 comments
Open

dep ensure --add github.com/remind101/pkg fails with an error #117

gitleet opened this issue Oct 27, 2018 · 0 comments

Comments

@gitleet
Copy link

gitleet commented Oct 27, 2018

I get this error:

$ dep ensure --add github.com/remind101/pkg
Fetching sources...

Solving failure: No versions of github.com/remind101/pkg met constraints:
  master: Could not introduce github.com/remind101/pkg@master, as its subpackage github.com/remind101/pkg does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
  actual-log-levels: Could not introduce github.com/remind101/pkg@actual-log-levels due to multiple problematic subpackages:
  Subpackage github.com/remind101/pkg does not contain usable Go code (*build.NoGoError).. (Package is required by (root).) Subpackage github.com/remind101/pkg/svc is missing. (Package is required by (root).)
  add-client-info: Could not introduce github.com/remind101/pkg@add-client-info due to multiple problematic subpackages:
  Subpackage github.com/remind101/pkg does not contain usable Go code (*build.NoGoError).. (Package is required by (root).) Subpackage github.com/remind101/pkg/svc is missing. (Package is required by (root).)
  bg-test-vendoring: Could not introduce github.com/remind101/pkg@bg-test-vendoring, as its subpackage github.com/remind101/pkg does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
  dd_apm: Could not introduce github.com/remind101/pkg@dd_apm due to multiple problematic subpackages:
  Subpackage github.com/remind101/pkg does not contain usable Go code (*build.NoGoError).. (Package is required by (root).) Subpackage github.com/remind101/pkg/svc is missing. (Package is required by (root).)
  decouple-svc: Could not introduce github.com/remind101/pkg@decouple-svc, as its subpackage github.com/remind101/pkg does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)

Am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant