go.mod references a non-existent GitHub project github.com/docker/docker
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.
@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
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.
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?