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

Setup breaks on resolution of project when cloned from Github #73

Open
joshpmcghee opened this issue Mar 3, 2018 · 1 comment
Open

Comments

@joshpmcghee
Copy link
Contributor

joshpmcghee commented Mar 3, 2018

[josh:~/repos/go/src/github.com/dinowernli/almanac] master 3s 1 ± ./tools/fetch-deps.sh
+ go get -u github.com/golang/dep/cmd/dep
+ go get -u github.com/jteeuwen/go-bindata/...
⌂72% [josh:~/repos/go/src/github.com/dinowernli/almanac] master 25s ± dep ensure
The following errors occurred while deducing packages:
  * "dinowernli.me/almanac/pkg/index": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/index": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/proto": unable to deduce repository and source type for "dinowernli.me/almanac/proto": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/service/discovery": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/service/discovery": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/util": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/util": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/service/janitor": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/service/janitor": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/cluster": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/cluster": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/storage": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/storage": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/http": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/http": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/service/appender": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/service/appender": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/service/ingester": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/service/ingester": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/service/mixer": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/service/mixer": unable to read metadata: go-import metadata not found
  * "dinowernli.me/almanac/pkg/http/templates": unable to deduce repository and source type for "dinowernli.me/almanac/pkg/http/templates": unable to read metadata: go-import metadata not found

validateParams: could not deduce external imports' project roots

Sure-fire way to fix this seems to be to s/dinowernli.me/github.com\/dinowernli/g. Will open a PR.

@joshpmcghee
Copy link
Contributor Author

See #74.

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