mirror of
https://github.com/golang/go
synced 2024-11-18 11:14:39 -07:00
a26de0c301
this supports sub-line diffs and is much faster Fixes golang/go#33003 Fixes golang/go#32586 Updates golang/go#31937 Change-Id: I02f82c75828e7e3ec804e8beee916893d4c14b3d Reviewed-on: https://go-review.googlesource.com/c/tools/+/191018 Run-TryBot: Ian Cottrell <iancottrell@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
13 lines
261 B
Modula-2
13 lines
261 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/tools v0.0.0-20190918214516-5a1a30219888
|
|
honnef.co/go/tools v0.0.1-2019.2.3
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|