mirror of
https://github.com/golang/go
synced 2024-11-05 19:46:11 -07:00
fc4ffaa1ce
It's been a while since we updated, and this will make things easier for users who want to try new features. Change-Id: I3accd77e23bf2d0bbafaba16dcab8179e6a14253 Reviewed-on: https://go-review.googlesource.com/c/tools/+/201638 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
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-20191017151554-a3bc800455d5
|
|
honnef.co/go/tools v0.0.1-2019.2.3
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|