aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-11-04 13:46:13 -0800
committerEric Biggers <ebiggers@google.com>2025-11-04 13:53:45 -0800
commit41d29b0d5dd474f1ba34747dc535ebee583fa0e7 (patch)
tree441a9c42ba92cdfb5274cc3e69f6070ce9fcc1bc /go.mod
parent38ec4ee5af9dd31d6b81721439fcdf9a30f4a9cd (diff)
Upgrade honnef.co/go/tools
Ran the following commands, using Go 1.23.12: go get honnef.co/go/tools go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 6912687..bbb968c 100644
--- a/go.mod
+++ b/go.mod
@@ -12,15 +12,16 @@ 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.13.0
+ golang.org/x/tools v0.30.0
google.golang.org/protobuf v1.36.10
- honnef.co/go/tools v0.4.5
+ honnef.co/go/tools v0.6.1
)
require (
- github.com/BurntSushi/toml v1.3.2 // indirect
+ github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
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-20221208152030-732eee02a75a // indirect
- golang.org/x/mod v0.12.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
)