aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
)