mirror of
https://github.com/golang/go
synced 2024-11-18 04:24:47 -07:00
2b477fad35
gopls is officially supported for Go versions 1.14 and 1.15, but we test with 1.12 and 1.13 as well. Fixes golang/go#41383 Change-Id: I89f1a876ccdb25a269a3c39a4d81dd3bf37bd12f Reviewed-on: https://go-review.googlesource.com/c/tools/+/254754 Trust: Rebecca Stambler <rstambler@golang.org> Trust: Robert Findley <rfindley@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
15 lines
349 B
Modula-2
15 lines
349 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/sergi/go-diff v1.1.0
|
|
golang.org/x/tools v0.0.0-20200828161849-5deb26317202
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
honnef.co/go/tools v0.0.1-2020.1.5
|
|
mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|