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 it unsafe to do this kind of process to ensure that all unnecessary dependencies are removed? - Why go mod tidy doesn't remove them? - How it can be done with go tools? Thx in adv Regards, Jérôme -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/0792533c-7b30-41c3-b1da-fc80dbb650cc%40googlegroups.com.