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,16 +3,11 @@ module golang.org/x/tools/go/packages/packagestest // moribund; see https://go.d
33go 1.23.0
44
55require (
6- golang.org/x/tools v0.34.0
7- golang.org/x/tools/go/expect v0.0.0
6+ golang.org/x/tools v0.34.1-0.20250613162507-3f93fece84c7
7+ golang.org/x/tools/go/expect v0.1.0-deprecated
88)
99
1010require (
1111 golang.org/x/mod v0.25.0 // indirect
1212 golang.org/x/sync v0.15.0 // indirect
1313)
14-
15- replace (
16- golang.org/x/tools => ../../..
17- golang.org/x/tools/go/expect => ../../expect
18- )
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
44golang.org/x/mod v0.25.0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
55golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
66golang.org/x/sync v0.15.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
7+ golang.org/x/tools v0.34.1-0.20250613162507-3f93fece84c7 h1:qYa2ew/41fBK6l3HGg807eVoAANtIxHrLnKqROsicbg =
8+ golang.org/x/tools v0.34.1-0.20250613162507-3f93fece84c7 /go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg =
9+ golang.org/x/tools/go/expect v0.1.0-deprecated h1:jY2C5HGYR5lqex3gEniOQL0r7Dq5+VGVgY1nudX5lXY =
10+ golang.org/x/tools/go/expect v0.1.0-deprecated /go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY =
You can’t perform that action at this time.
0 commit comments