[pkg-go] Circular dependency in a test file

Arnaud arnaud.rebillout at collabora.com
Tue Feb 13 14:48:20 UTC 2018


On 02/13/2018 07:12 PM, Michael Stapelberg wrote:
>
> This error is actually not because of a circular dependency, but
> rather because the import path specified in marshal_test.go is
> incorrect: it reads github.com/containerd/containerd/typeurl
> <http://github.com/containerd/containerd/typeurl>, but should
> read github.com/containerd/typeurl <http://github.com/containerd/typeurl>.
>
> You can reproduce this issue outside of our packaging infrastructure
> by running go get -t -u github.com/containerd/typeurl
> <http://github.com/containerd/typeurl>
>
> Please file an upstream issue about this.

Indeed, thanks for pointing that out. I just filed an issue and pull
request upstream.

Regards,

  Arnaud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20180213/95fc2744/attachment.html>


More information about the Pkg-go-maintainers mailing list