File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,12 @@ module golang.org/x/tools/cmd/godoc
33go 1.24.0
44
55require (
6- golang.org/x/tools v0.35.0 // a requirement on an already released version wouldn't build because of ambiguous import errors
7- golang.org/x/tools/godoc v0.0.0 // a requirement on an already released version wouldn't build because of ambiguous import errors
6+ golang.org/x/tools v0.36.1-0.20250903222949-a5c0eb837c9f
7+ golang.org/x/tools/godoc v0.1.0-deprecated
88)
99
1010require (
1111 github.com/yuin/goldmark v1.7.13 // indirect
1212 golang.org/x/mod v0.27.0 // indirect
1313 golang.org/x/sync v0.16.0 // indirect
1414)
15-
16- replace (
17- golang.org/x/tools => ../../
18- golang.org/x/tools/godoc => ../../godoc
19- )
Original file line number Diff line number Diff line change @@ -6,3 +6,7 @@ golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
66golang.org/x/mod v0.27.0 /go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc =
77golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
88golang.org/x/sync v0.16.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
9+ golang.org/x/tools v0.36.1-0.20250903222949-a5c0eb837c9f h1:jDEaVlf+r7N8Re8Es5pGylGkfnqcx9dfUCsd1T+biTs =
10+ golang.org/x/tools v0.36.1-0.20250903222949-a5c0eb837c9f /go.mod h1:n+8pplxVZfXnmHBxWsfPnQRJ5vWroQDk+U2MFpjwtFY =
11+ golang.org/x/tools/godoc v0.1.0-deprecated h1:o+aZ1BOj6Hsx/GBdJO/s815sqftjSnrZZwyYTHODvtk =
12+ golang.org/x/tools/godoc v0.1.0-deprecated /go.mod h1:qM63CriJ961IHWmnWa9CjZnBndniPt4a3CK0PVB9bIg =
You can’t perform that action at this time.
0 commit comments