From ea04085b103002db3b0d02d6ebbd97a0ffa29202 Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Wed, 9 Jul 2025 12:06:17 -0700 Subject: [PATCH 1/2] go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ia2530efe0df649fcc7069e5417db5ba5a08cd234 Reviewed-on: https://go-review.googlesource.com/c/mod/+/687015 LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Auto-Submit: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Carlos Amedee --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c71ba17..f24036f 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module golang.org/x/mod go 1.23.0 -require golang.org/x/tools v0.13.0 // tagx:ignore +require golang.org/x/tools v0.34.0 // tagx:ignore diff --git a/go.sum b/go.sum index 4470445..99cfa45 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ= -golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= +golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo= +golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg= From f8a9fe217cff893cb67f4acad96a0021c13ee6e7 Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Thu, 7 Aug 2025 05:02:03 -0700 Subject: [PATCH 2/2] go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I5298a600d913f7b3d73745ecc8f17cb2dec0b3bf Reviewed-on: https://go-review.googlesource.com/c/mod/+/693975 LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Reviewed-by: David Chase Auto-Submit: Gopher Robot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f24036f..8584ea6 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module golang.org/x/mod go 1.23.0 -require golang.org/x/tools v0.34.0 // tagx:ignore +require golang.org/x/tools v0.35.0 // tagx:ignore diff --git a/go.sum b/go.sum index 99cfa45..7aa2b6c 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo= -golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg= +golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0= +golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw=