Skip to content

Commit fe6cc9a

Browse files
committed
gopls: update go.mod file for v0.8.0-pre.2
For golang/go#51074 Change-Id: Ieefa210ddbef1b4483d666f1fbfcab453ea21e5e Reviewed-on: https://go-review.googlesource.com/c/tools/+/386615 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 1c32d8b commit fe6cc9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.20220106191415-9b9b3d81d5e3
1111
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
12-
golang.org/x/tools v0.1.10-0.20220208182953-aa67a3805780
12+
golang.org/x/tools v0.1.10-0.20220217213854-1c32d8b762ae
1313
honnef.co/go/tools v0.2.2
1414
mvdan.cc/gofumpt v0.2.1
1515
mvdan.cc/xurls/v2 v2.3.0
@@ -22,5 +22,3 @@ require (
2222
golang.org/x/text v0.3.7 // indirect
2323
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2424
)
25-
26-
replace golang.org/x/tools => ../

gopls/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0=
7777
golang.org/x/tools v0.1.8/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU=
7878
golang.org/x/tools v0.1.10-0.20220208182953-aa67a3805780 h1:dJUO1mSHzlsDAMryXy1rbUUZPt/lSvVdbYAd9oeRqwo=
7979
golang.org/x/tools v0.1.10-0.20220208182953-aa67a3805780/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E=
80+
golang.org/x/tools v0.1.10-0.20220217213854-1c32d8b762ae h1:kOaWf3xTxLIjAokiPI8hL/CW32JGzmb1vbjau84CrLU=
81+
golang.org/x/tools v0.1.10-0.20220217213854-1c32d8b762ae/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E=
8082
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
8183
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
8284
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)