1
0
mirror of https://github.com/golang/go synced 2024-10-01 03:28:32 -06:00
go/gopls/go.mod
Ian Cottrell 71c3ad9cb7 gopls: adding static check to the new gopls module
Change-Id: Ic07741211632edb2d808f0e5fd213da3dfef5676
Reviewed-on: https://go-review.googlesource.com/c/tools/+/182179
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-09-23 16:54:24 +00:00

11 lines
180 B
Modula-2

module golang.org/x/tools/gopls
go 1.11
require (
golang.org/x/tools v0.0.0-20190918214516-5a1a30219888
honnef.co/go/tools v0.0.1-2019.2.3
)
replace golang.org/x/tools => ../