aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatloob <matloob@golang.org>2025-12-23 11:02:02 -0500
committerGopher Robot <gobot@golang.org>2025-12-23 11:58:05 -0800
commit1a3bd3c788fea11057a8e696fd274c4c3f3e952c (patch)
treebe977868ad65351b7d81bbf3e7bcb325f02c9cf2
parent7f1b33f0c89e24e50f13e2ad9636ce284daa4c65 (diff)
downloadgo-x-pkgsite-1a3bd3c788fea11057a8e696fd274c4c3f3e952c.tar.xz
cmd/internal/doc: increase x/pkgsite dependency to CL 729900
So that go/doc could show docs for the new experiments. I updated the go command to use the latest commit of the doc module but id didn't yet have a dependency on a version of pkgsite that included Sean's changes. This CL adds that dependency, and then we'll have to re-update 'go doc' to depend on a version of this module that includes this CL. Commands run from cmd/internal/doc: go get golang.org/x/pkgsite@4eb0af2 go mod tidy For golang/go#71488 Change-Id: I228ba4477876a26bca8c91b44c254ce16a6a6964 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/732240 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Michael Matloob <matloob@golang.org> Reviewed-by: Sean Liao <sean@liao.dev> Reviewed-by: Michael Matloob <matloob@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Bypass: Michael Matloob <matloob@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
-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 731b5e76..a47d7a1e 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-20251208224703-b1518c6a6f10
+require golang.org/x/pkgsite v0.0.0-20251215153041-4eb0af2c34bf
require (
github.com/google/licensecheck v0.3.1 // indirect
diff --git a/cmd/internal/doc/go.sum b/cmd/internal/doc/go.sum
index da51cc8a..f96f527e 100644
--- a/cmd/internal/doc/go.sum
+++ b/cmd/internal/doc/go.sum
@@ -10,8 +10,8 @@ golang.org/x/mod v0.31.0 h1:HaW9xtz0+kOcWKwli0ZXy79Ix+UW/vOfmWI5QVd2tgI=
golang.org/x/mod v0.31.0/go.mod h1:43JraMp9cGx1Rx3AqioxrbrhNsLl2l/iNAvuBkrezpg=
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
-golang.org/x/pkgsite v0.0.0-20251208224703-b1518c6a6f10 h1:Oeqkwxt4fo8Jcmyx5qNd8ZLhhrAR0784R3+BEi1vuQY=
-golang.org/x/pkgsite v0.0.0-20251208224703-b1518c6a6f10/go.mod h1:gVXhcViDCxt2SMCUrNBg//1Yzo2TjHXOyqrwXoN1bOw=
+golang.org/x/pkgsite v0.0.0-20251215153041-4eb0af2c34bf h1:kfu4MyR3+qgK/Dmmz27lsVnr0ZsUXvdwT5YxkhnL9Kg=
+golang.org/x/pkgsite v0.0.0-20251215153041-4eb0af2c34bf/go.mod h1:OjAnmj9Fhqb37o2tgvc/MWxSqO3G6rzPyPQGuhhUvww=
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=