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
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