mirror of
https://github.com/golang/go
synced 2024-11-18 09:04:49 -07:00
gopls: update go.mod file
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>
This commit is contained in:
parent
ed542cd5b2
commit
fc4ffaa1ce
@ -5,7 +5,7 @@ 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
|
||||
golang.org/x/tools v0.0.0-20191017151554-a3bc800455d5
|
||||
honnef.co/go/tools v0.0.1-2019.2.3
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user