Re: [go-nuts] Re: Module dependency cycles

2021-03-01 Thread Bart Grantham
ule" error because it imports an external package. I nearly lost my mind. Bart On Monday, March 1, 2021 at 11:39:34 AM UTC-8 Bryan C. Mills wrote: > On Thu, Feb 25, 2021 at 7:43 PM Bart Grantham > wrote: > >> If I understand the post here, it seems we're also struggli

[go-nuts] Re: Module dependency cycles

2021-02-25 Thread Bart Grantham
If I understand the post here, it seems we're also struggling with this issue with our private repos. For us it means that in the go.sum of the highest level repos there's references for everything, all the way back to the initial v0.0.0 versions of every package. AFAICT, this is happening wi