Doppelgänger (Discord): Not sure exactly what you're running into there. Depends where you go your dependencies from, if you just copied the ones from go-ipfs's master branch then you're assuming that the dependcies for master are the same as for v0.4.22 which is incorrect. You could resolve this by: A) using the dependencies that existed in v0.4.22 (on Github you can rewind to look at a particular commit/release) B) importing go-ipfs master instead of v0.4.22 C) manually adding the ~7 dependencies you need instead of copy-pasting an existing go.mod file