Skip to content

Commit 8a9de1b

Browse files
committed
[gopls-release-branch.0.9] gopls: use golang.org/x/tools@ce397412b6a4
That includes the fix reviewed in https://go.dev/cl/429515 Remove the replace statement again for release. For golang/go#54842 Change-Id: I80e9f98eadff82eee7d6d82b8a6a4c30ee108ac7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/429516 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]>
1 parent ce39741 commit 8a9de1b

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
@@ -9,7 +9,7 @@ require (
99
github.com/sergi/go-diff v1.1.0
1010
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
1111
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
12-
golang.org/x/tools v0.1.13-0.20220906175253-093c8a713e3d
12+
golang.org/x/tools v0.1.13-0.20220908144252-ce397412b6a4
1313
golang.org/x/vuln v0.0.0-20220901221904-62b0186a1058
1414
honnef.co/go/tools v0.3.2
1515
mvdan.cc/gofumpt v0.3.1
@@ -25,5 +25,3 @@ require (
2525
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
2626
golang.org/x/text v0.3.7 // indirect
2727
)
28-
29-
replace golang.org/x/tools => ../

gopls/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ golang.org/x/tools v0.1.8/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
9595
golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E=
9696
golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
9797
golang.org/x/tools v0.1.13-0.20220803210227-8b9a1fbdf5c3/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
98-
golang.org/x/tools v0.1.13-0.20220906175253-093c8a713e3d h1:8oFmUXw+2noyjlB8YKgjSRK0PSzxE4ZSJe4WPRaG3g0=
99-
golang.org/x/tools v0.1.13-0.20220906175253-093c8a713e3d/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
98+
golang.org/x/tools v0.1.13-0.20220908144252-ce397412b6a4 h1:glzimF7qHZuKVEiMbE7UqBu44MyTjt5u6j3Jz+rfMRM=
99+
golang.org/x/tools v0.1.13-0.20220908144252-ce397412b6a4/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
100100
golang.org/x/vuln v0.0.0-20220901221904-62b0186a1058 h1:YnB27EXBD8XxB0JcaOeluuvhF2kS4DrH0k+lpopG2xc=
101101
golang.org/x/vuln v0.0.0-20220901221904-62b0186a1058/go.mod h1:7tDfEDtOLlzHQRi4Yzfg5seVBSvouUIjyPzBx4q5CxQ=
102102
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)