aboutsummaryrefslogtreecommitdiff
path: root/cmd/internal
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2025-07-14 16:42:27 -0400
committerGopher Robot <gobot@golang.org>2025-07-14 14:25:47 -0700
commit01b046e81fe76030480fef8109ae0f3627dabcc0 (patch)
tree3c41126b7ded9fd1c45ddda8ab197860450c9345 /cmd/internal
parent103fd0f027b2b28bc0c34fd4ab630f8abd13a426 (diff)
downloadgo-x-pkgsite-01b046e81fe76030480fef8109ae0f3627dabcc0.tar.xz
cmd/internal/pkgsite: increase x/pkgsite dependency to CL 687918
This CL increases the dependency on the golang.org/x/pkgsite module to include the changes in CL 687918. For golang/go#74459 Change-Id: I8e72c9e841b081ad9818d86a4fd8aa8ee499ad52 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/687976 Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Michael Matloob <matloob@google.com> Auto-Submit: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'cmd/internal')
-rw-r--r--cmd/internal/doc/go.mod2
-rw-r--r--cmd/internal/doc/go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/cmd/internal/doc/go.mod b/cmd/internal/doc/go.mod
index f0c76753..bb9ced6a 100644
--- a/cmd/internal/doc/go.mod
+++ b/cmd/internal/doc/go.mod
@@ -2,7 +2,7 @@ module golang.org/x/pkgsite/cmd/internal/doc
go 1.24.3
-require golang.org/x/pkgsite v0.0.0-20250704161611-eac0bf970406
+require golang.org/x/pkgsite v0.0.0-20250714203841-103fd0f027b2
require (
github.com/google/licensecheck v0.3.1 // indirect
diff --git a/cmd/internal/doc/go.sum b/cmd/internal/doc/go.sum
index 05564f67..dde6b752 100644
--- a/cmd/internal/doc/go.sum
+++ b/cmd/internal/doc/go.sum
@@ -10,8 +10,8 @@ golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
-golang.org/x/pkgsite v0.0.0-20250704161611-eac0bf970406 h1:lFoBx1t034P3LhGDpiHFL/TXeA0y+uvhLLm1I2HAXLE=
-golang.org/x/pkgsite v0.0.0-20250704161611-eac0bf970406/go.mod h1:VrXC+QOJotwkMLrfMHJyZ9FZO64/URlJA26VJezx8XQ=
+golang.org/x/pkgsite v0.0.0-20250714203841-103fd0f027b2 h1:2djFGXOhjwtZt9aKIAlLrYez4aFCQf63amDgSozJZ7s=
+golang.org/x/pkgsite v0.0.0-20250714203841-103fd0f027b2/go.mod h1:lHdU14GvKhxtIb9U1NN0ss4Ns49PaAz8Ecq/I97LUwI=
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=