ssbc/go-ssb

Migrate old module URLs to new ssbc/... ones

Closed this issue · 3 comments

👍 I'm hesitant to tackle this one myself because i barely touch go code these days, and have no real clue what the current standards are for stuff like this. Also, I just don't want to break things. ;)

Sure thing @masukomi! I actually ran into an issue where the deps in go-ssb are refering to old versions of underlying libs and it's causing tests to break. One small fix is #162 but the real fix is to upgrade the lib. I might take a stab at this soon.

Seems like ssbc/go-ssb-refs#2 is fine then, so the renaming approach can go ahead...

Will map out the included repos here from the listing here https://github.com/orgs/ssbc/repositories?q=&type=all&language=go&sort= and then send out a bunch of rename PRs. Once everything is merged, I can switch over the URLs in the go.mod / imports here and we're good 🤞

Having the test suite passing again will help #167 avoid breaking the world i hope