Skip to content

Commit bcc48d6

Browse files
findleyrgopherbot
authored andcommitted
go.mod: remove spurious x/tools replace directive
Remove bogus x/tools replace directive that was added in CL 649317, because I ran the go mod edit command from the wrong directory. Apparently, it did not matter for the CL, because gopls is unaffected by replace directives in x/tools. Furthermore, the resulting prerelease still installs successfully. Change-Id: I731764abd522a515bacab51bcbb3de830378ec02 Reviewed-on: https://go-review.googlesource.com/c/tools/+/649735 Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Robert Findley <[email protected]>
1 parent 84a4588 commit bcc48d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ require (
1212
)
1313

1414
require golang.org/x/sys v0.30.0 // indirect
15-
16-
replace golang.org/x/tools => ../

0 commit comments

Comments
 (0)