Skip to content

Commit 6787ae7

Browse files
committed
gopls: update go.mod for v0.9.1
Remove the replace directive and update x/tools. For golang/go#53823 Change-Id: I78681cfdd84834438d20f3815898b18115e3bf8f Reviewed-on: https://go-review.googlesource.com/c/tools/+/417414 gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Nooras Saba‎ <[email protected]>
1 parent 7464a5a commit 6787ae7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

gopls/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
1111
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
1212
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
13-
golang.org/x/tools v0.1.12-0.20220630195555-6178576f8ba1
13+
golang.org/x/tools v0.1.12-0.20220713141851-7464a5a40219
1414
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c
1515
honnef.co/go/tools v0.3.2
1616
mvdan.cc/gofumpt v0.3.0
@@ -24,5 +24,3 @@ require (
2424
golang.org/x/text v0.3.7 // indirect
2525
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2626
)
27-
28-
replace golang.org/x/tools => ../

gopls/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ golang.org/x/tools v0.1.8/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
8585
golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
8686
golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
8787
golang.org/x/tools v0.1.11-0.20220523181440-ccb10502d1a5/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
88-
golang.org/x/tools v0.1.12-0.20220630195555-6178576f8ba1 h1:WJDuUhyXESxK3m93WfO682qKcbEn25aXgEjs0xqWMOs=
89-
golang.org/x/tools v0.1.12-0.20220630195555-6178576f8ba1/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
88+
golang.org/x/tools v0.1.12-0.20220713141851-7464a5a40219 h1:Ljlba2fVWOA1049JjsKii44g8nZN2GjpxMlzVc8AnQM=
89+
golang.org/x/tools v0.1.12-0.20220713141851-7464a5a40219/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
9090
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c h1:r5bbIROBQtRRgoutV8Q3sFY58VzHW6jMBYl48ANSyS4=
9191
golang.org/x/vuln v0.0.0-20220613164644-4eb5ba49563c/go.mod h1:UZshlUPxXeGUM9I14UOawXQg6yosDE9cr1vKY/DzgWo=
9292
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)