Error : used for two different module paths for a repo

Hi, while downloading packages, getting an error as:

go 1.13
go: github.com/openzipkin-contrib/zipkin-go-opentracing@v0.3.4 used for two different module paths (github.com/openzipkin-contrib/zipkin-go-opentracing and github.com/openzipkin/zipkin-go-opentracing)

Actually, the URL for the repo is changed, there is no remote URL now for github.com/openzipkin/zipkin-go-opentracing… it is now github.com/openzipkin-contrib/zipkin-go-opentracing, even if I remove the replace directive from go.mod, the same issue persists.

None of the solutions available online are helpful. Kindly assist.

Any ideas on how to solve this correctly? appreciate it.