Re: [go-nuts] tool directive and versioning

2025-08-13 Thread Miki Tebeka
When you add a tool dependency, you also get a require directicve with the version. The version is specified there. https://go.dev/doc/modules/managing-dependencies#tools Ahhh! Missed that. Thanks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" gr

Re: [go-nuts] tool directive and versioning

2025-08-13 Thread Def Ceb
When you add a tool dependency, you also get a require directicve with the version. The version is specified there. https://go.dev/doc/modules/managing-dependencies#tools On Wed, Aug 13, 2025, 16:22 Miki Tebeka wrote: > Hi, > > Does anyone know why the go.mod "tool" directive do not allow speci