cayley icon indicating copy to clipboard operation
cayley copied to clipboard

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

Open yurivict opened this issue 5 years ago • 3 comments

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 avatar Feb 01 '20 16:02 yurivict

@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

yurivict avatar Feb 15 '20 20:02 yurivict

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.

iddan avatar Feb 16 '20 08:02 iddan

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?

hairyhenderson avatar Feb 27 '20 14:02 hairyhenderson