Re: [go-nuts] circular package dependency between golang.org/x/mod and golang.org/x/tools

2023-12-20 Thread Nathan Lacey
xj...@gmail.com> wrote: > >> On Tue, Dec 19, 2023 at 9:37 PM Nathan Lacey >> wrote: >> >> > I noticed that we have a circular dependency between golang.org/x/mod >> and golang.org/x/tools >> > >> > golang.org/x/mod zip/zip_test.go incl

[go-nuts] circular package dependency between golang.org/x/mod and golang.org/x/tools

2023-12-19 Thread Nathan Lacey
I noticed that we have a circular dependency between golang.org/x/mod and golang.org/x/tools golang.org/x/mod zip/zip_test.go includes golang.org/x/tools I think we could get rid of the circular package dependency by changing that unit test to remove the dependency to tools/txtar . -- You re