From f0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 4 Nov 2025 13:47:35 -0800 Subject: Upgrade golang.org/x/tools Ran the following commands, using Go 1.23.12: go get golang.org/x/tools@v0.36.0 go mod tidy ... where v0.36.0 is the latest version that supports Go 1.23. --- go.mod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bbb968c..dfee1e1 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( golang.org/x/crypto v0.41.0 golang.org/x/sys v0.35.0 golang.org/x/term v0.34.0 - golang.org/x/tools v0.30.0 + golang.org/x/tools v0.36.0 google.golang.org/protobuf v1.36.10 honnef.co/go/tools v0.6.1 ) @@ -22,6 +22,7 @@ require ( github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect - golang.org/x/mod v0.23.0 // indirect - golang.org/x/sync v0.11.0 // indirect + golang.org/x/mod v0.27.0 // indirect + golang.org/x/sync v0.16.0 // indirect + golang.org/x/tools/go/expect v0.1.1-deprecated // indirect ) -- cgit v1.2.3