Skip to content

Commit c6563ca

Browse files
committed
cmd/guru: remove replace directive
Updates golang/go#65880 Change-Id: Icb45d94bd2ef0864ab054e76a6aa651b269e2ec5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/570139 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
1 parent c178933 commit c6563ca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cmd/guru/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module golang.org/x/tools/cmd/guru
22

33
go 1.19
44

5-
replace golang.org/x/tools v0.19.0 => ../..
6-
7-
require golang.org/x/tools v0.19.0
5+
require golang.org/x/tools v0.19.1-0.20240308170711-c1789339c5a6
86

97
require golang.org/x/mod v0.16.0 // indirect

cmd/guru/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
22
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
3+
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw=
4+
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
5+
golang.org/x/tools v0.19.1-0.20240308170711-c1789339c5a6 h1:bC3/XX2akBpqlWaYaX0R0Zlhouw71LSWY79WXuER1C8=
6+
golang.org/x/tools v0.19.1-0.20240308170711-c1789339c5a6/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=

0 commit comments

Comments
 (0)