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
[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.
The text was updated successfully, but these errors were encountered:
Sure-fire way to fix this seems to be to
s/dinowernli.me/github.com\/dinowernli/g
. Will open a PR.The text was updated successfully, but these errors were encountered: