xdg-go/scram

module declares its path as github.com/xdg-go/scram but was required as: github.com/xdg/scram

srPuebla opened this issue · 5 comments

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

I've the same issue.

I've had this pop up in my build upgrades as well

2021-03-30 12 26 43

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.

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.

mongodb/mongo-go-driver#624

xdg commented

I've also done a retrospective on what happened: https://xdg.me/i-broke-the-mongodb-go-driver-ecosystem/