Re: [go-nuts] modules and indirect

2020-04-14 Thread Nick
Quoth Jérôme LAFORGE: > I am surprised that go mod tidy doesn't remove all unnecessary > dependencies from the go.mod. > > It raises some questions: > - Is it unsafe to do this kind of process to ensure that all unnecessary > dependencies are removed? > - Why go mod tidy doesn't remove them? > - H

[go-nuts] modules and indirect

2020-04-06 Thread Jérôme LAFORGE
Hello Gophers, In view of this this commit https://github.com/go-kit/kit/commit/362dd5cb62daf3def58ab021538cee272164dd26 (I have noted the same on my internal projects), I am surprised that go mod tidy doesn't remove all unnecessary dependencies from the go.mod. It raises some questions: - Is i