1
0
mirror of https://github.com/golang/go synced 2024-11-18 10:44:45 -07:00

gopls: update go.mod

Change-Id: Ie42b99e23d94d8a5f745cbfb81d943f7a4d73867
Reviewed-on: https://go-review.googlesource.com/c/tools/+/195657
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Rebecca Stambler 2019-09-16 13:27:06 -04:00
parent cb62a53de3
commit 3512ebf574

View File

@ -2,6 +2,6 @@ module golang.org/x/tools/gopls
go 1.11
require golang.org/x/tools v0.0.0-20190911225940-c7d52e45e2f2
require golang.org/x/tools v0.0.0-20190916172013-cb62a53de387
replace golang.org/x/tools => ../