cayleygraph / cayley

An open-source graph database
https://cayley.io
Apache License 2.0
14.83k stars 1.25k forks source link

go.mod references a non-existent GitHub project github.com/docker/docker #915

Open yurivict opened 4 years ago

yurivict commented 4 years ago

https://github.com/cayleygraph/cayley/blob/master/go.mod#L16

This breaks FreeBSD packaging because they need to be downloaded upfront and this project doesn't exist.

yurivict commented 4 years ago

@iddan Is it possible to fix this problem? The FreeBSD port can't be updated with an invalid repository referenced by the build.

Thanks, Yuri

iddan commented 4 years ago

Hey, I'll try to get around this. In the midtime, if someone is able to create a Pull Request I would be happy to review it. Thanks.

hairyhenderson commented 4 years ago

While github.com/docker/docker doesn't technically exist anymore (it's been this way for 3+ years to my recollection), it does redirect automatically to github.com/moby/moby.

Many projects import github.com/docker/docker successfully, so I would suggest that the FreeBSD packaging maybe needs to be updated to support redirects?