go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I56eac9edfc36572201aacff64c3568b06eaa6d10 Reviewed-on: https://go-review.googlesource.com/c/mod/+/728000 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com>
diff --git a/go.mod b/go.mod index 6b71fa7..3717e95 100644 --- a/go.mod +++ b/go.mod
@@ -2,4 +2,4 @@ go 1.24.0 -require golang.org/x/tools v0.38.0 // tagx:ignore +require golang.org/x/tools v0.39.0 // tagx:ignore
diff --git a/go.sum b/go.sum index 85d99f4..ee24b26 100644 --- a/go.sum +++ b/go.sum
@@ -1,2 +1,2 @@ -golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ= -golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs= +golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ= +golang.org/x/tools v0.39.0/go.mod h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ=