aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-11-04 13:47:35 -0800
committerEric Biggers <ebiggers@google.com>2025-11-04 13:53:45 -0800
commitf0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c (patch)
tree79b4b659e06bbeadf0299e3c805f60650e5bfb83 /go.mod
parent41d29b0d5dd474f1ba34747dc535ebee583fa0e7 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
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
)