File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ module golang.org/x/tools/go/pointer
2
2
3
3
go 1.18 // tagx:compat 1.16
4
4
5
+ require golang.org/x/sys v0.8.0
6
+
5
7
require (
6
- golang.org/x/sys v0.8.0
7
- golang.org/x/tools v0.9.2
8
+ golang.org/x/mod v0.10.0 // indirect
9
+ golang.org/x/tools v0.9.2-0.20230531220058-a260315e300a
8
10
)
9
-
10
- require golang.org/x/mod v0.10.0 // indirect
11
-
12
- replace golang.org/x/tools => ../../
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
3
3
golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI =
4
4
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU =
5
5
golang.org/x/sys v0.8.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
6
+ golang.org/x/tools v0.9.2-0.20230531220058-a260315e300a h1:rym71QNKHeCt6OA9UbKSr3jmBnbRNACMDLX5zI18ZOk =
7
+ golang.org/x/tools v0.9.2-0.20230531220058-a260315e300a /go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc =
You can’t perform that action at this time.
0 commit comments