diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:47:35 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:53:45 -0800 |
| commit | f0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c (patch) | |
| tree | 79b4b659e06bbeadf0299e3c805f60650e5bfb83 /go.mod | |
| parent | 41d29b0d5dd474f1ba34747dc535ebee583fa0e7 (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.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 ) |