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 Aug 23, 2023. It is now read-only.
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
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.
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
The text was updated successfully, but these errors were encountered: