Skip to content

Commit

Permalink
gopls: v0.7.5: add replace directive back to go.mod
Browse files Browse the repository at this point in the history
In preparation for merging master, add back the x/tools replace
directive.

For golang/go#50613

Change-Id: Icb06d15e256396d3e030aec644841f6acc1edcea
Reviewed-on: https://go-review.googlesource.com/c/tools/+/378582
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
findleyr committed Jan 14, 2022
1 parent 788e053 commit 6dfe498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gopls/go.mod
Expand Up @@ -22,3 +22,5 @@ require (
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

replace golang.org/x/tools => ../

0 comments on commit 6dfe498

Please sign in to comment.