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
_______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
