module declares its path as github.com/xdg-go/scram but was required as: github.com/xdg/scram
srPuebla opened this issue · 5 comments
srPuebla commented
Hi,
URL seems to be changed. How can i solve in my projects?
go get: github.com/xdg/scram@v0.0.0-20180814205039-7eeb5667e42c updating to
github.com/xdg/scram@v1.0.2: parsing go.mod:
module declares its path as: github.com/xdg-go/scram
but was required as: github.com/xdg/scram
Thanks
rubengp99 commented
I've the same issue.
dudleycodes commented
xdg commented
It was renamed in 2018, but thanks to Github redirects, consumers never noticed until I added a go.mod file. I've recreated xdg/scram
prior to it gaining go.mod.
dudleycodes commented
For anyone Googling, looks like my issue was triggered by mongo-go-driver; and looks like it'll be addressed in the 1.15.1 release.
xdg commented
I've also done a retrospective on what happened: https://xdg.me/i-broke-the-mongodb-go-driver-ecosystem/