Skip to content

Commit

Permalink
gopls: update go.mod for v0.9.0-pre.2
Browse files Browse the repository at this point in the history
Remove the replace directive and update x/tools.

For golang/go#53412

Change-Id: If14a031a9ed02bcce99fc0b4c9d7564babf8cb45
Reviewed-on: https://go-review.googlesource.com/c/tools/+/414498
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
  • Loading branch information
findleyr committed Jun 27, 2022
1 parent 67ab769 commit 51f46e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions gopls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
golang.org/x/tools v0.1.12-0.20220616195430-7346b1d421df
golang.org/x/tools v0.1.12-0.20220627200741-67ab769fbfbf
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c
honnef.co/go/tools v0.3.0
mvdan.cc/gofumpt v0.3.0
Expand All @@ -24,5 +24,3 @@ require (
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

replace golang.org/x/tools => ../
4 changes: 2 additions & 2 deletions gopls/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ golang.org/x/tools v0.1.8/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E=
golang.org/x/tools v0.1.11-0.20220523181440-ccb10502d1a5/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
golang.org/x/tools v0.1.12-0.20220616195430-7346b1d421df h1:BoqVLmM2KzLmOnLpdahFrJJmuVqpLuQJCVT7N05SKuY=
golang.org/x/tools v0.1.12-0.20220616195430-7346b1d421df/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
golang.org/x/tools v0.1.12-0.20220627200741-67ab769fbfbf h1:WPk7H/1z48bZ/Avw88g0ZOVfeJiW10QTFa05XTDwljU=
golang.org/x/tools v0.1.12-0.20220627200741-67ab769fbfbf/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c h1:r5bbIROBQtRRgoutV8Q3sFY58VzHW6jMBYl48ANSyS4=
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c/go.mod h1:UZshlUPxXeGUM9I14UOawXQg6yosDE9cr1vKY/DzgWo=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 51f46e2

Please sign in to comment.