go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Id93f8cbaf80d06026b2934d3f4eb6c732b098176
Reviewed-on: https://go-review.googlesource.com/c/mod/+/701036
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
diff --git a/go.mod b/go.mod
index b0253f0..07eac1f 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@
go 1.24.0
-require golang.org/x/tools v0.35.0 // tagx:ignore
+require golang.org/x/tools v0.36.0 // tagx:ignore
diff --git a/go.sum b/go.sum
index 7aa2b6c..8937f66 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0=
-golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw=
+golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg=
+golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s=