Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

cant run dep ensure due to uber/jaeger-tracing no longer existing #933

Closed
woodsaj opened this issue Jun 7, 2018 · 1 comment · Fixed by #934
Closed

cant run dep ensure due to uber/jaeger-tracing no longer existing #933

woodsaj opened this issue Jun 7, 2018 · 1 comment · Fixed by #934
Assignees

Comments

@woodsaj
Copy link
Member

woodsaj commented Jun 7, 2018

running dep ensure no longer works as 'github.com/uber/jaeger-tracing' no longer exists.
see: golang/dep#1605

The repo as been moved to https://github.com/jaegertracing/jaeger-client-go

we need to update all imports to use the new import path

@woodsaj woodsaj changed the title cant run dep -ensure due to uber/jaeger-tracing no longer existing cant run dep ensure due to uber/jaeger-tracing no longer existing Jun 7, 2018
@woodsaj
Copy link
Member Author

woodsaj commented Jun 7, 2018

so, the repo has been moved but the import paths within the libs have not been updated. So the only way to tackle this is to modify Gopkg.toml to override the source address used for the packages.

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

Successfully merging a pull request may close this issue.

2 participants