mirror of
https://github.com/golang/go
synced 2024-11-06 06:36:20 -07:00
bd88ce9755
Change-Id: I522b49dfe7e2437bbf76fa58baa66b29aee8e28a Reviewed-on: https://go-review.googlesource.com/c/tools/+/223497 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
13 lines
239 B
Modula-2
13 lines
239 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/sergi/go-diff v1.1.0
|
|
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d
|
|
honnef.co/go/tools v0.0.1-2020.1.3
|
|
mvdan.cc/xurls/v2 v2.1.0
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|