Skip to content

Commit 01b046e

Browse files
matloobgopherbot
authored andcommitted
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Auto-Submit: Michael Matloob <[email protected]>
1 parent 103fd0f commit 01b046e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/internal/doc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module golang.org/x/pkgsite/cmd/internal/doc
22

33
go 1.24.3
44

5-
require golang.org/x/pkgsite v0.0.0-20250704161611-eac0bf970406
5+
require golang.org/x/pkgsite v0.0.0-20250714203841-103fd0f027b2
66

77
require (
88
github.com/google/licensecheck v0.3.1 // indirect

cmd/internal/doc/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ golang.org/x/mod v0.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
1010
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
1111
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
1212
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
13-
golang.org/x/pkgsite v0.0.0-20250704161611-eac0bf970406 h1:lFoBx1t034P3LhGDpiHFL/TXeA0y+uvhLLm1I2HAXLE=
14-
golang.org/x/pkgsite v0.0.0-20250704161611-eac0bf970406/go.mod h1:VrXC+QOJotwkMLrfMHJyZ9FZO64/URlJA26VJezx8XQ=
13+
golang.org/x/pkgsite v0.0.0-20250714203841-103fd0f027b2 h1:2djFGXOhjwtZt9aKIAlLrYez4aFCQf63amDgSozJZ7s=
14+
golang.org/x/pkgsite v0.0.0-20250714203841-103fd0f027b2/go.mod h1:lHdU14GvKhxtIb9U1NN0ss4Ns49PaAz8Ecq/I97LUwI=
1515
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
1616
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
1717
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

0 commit comments

Comments
 (0)