Promote golang.org/x/tools to direct dependency

The idtype linter directly imports golang.org/x/tools/go/analysis, so
go mod tidy correctly moves it from indirect to direct.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
William Martin 2026-05-13 13:13:43 +02:00
parent d4cd79e28c
commit d120828c74

2
go.mod
View file

@ -62,6 +62,7 @@ require (
golang.org/x/sys v0.44.0
golang.org/x/term v0.43.0
golang.org/x/text v0.37.0
golang.org/x/tools v0.44.0
google.golang.org/grpc v1.81.0
google.golang.org/protobuf v1.36.11
gopkg.in/h2non/gock.v1 v1.1.2
@ -184,7 +185,6 @@ require (
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/tools v0.44.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 // indirect
gotest.tools/v3 v3.5.2 // indirect