1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:14:39 -07:00
go/gopls/go.mod
Pontus Leitzler 57f3fb51f5 gopls: update Staticcheck to 2020.1.2
This change updates Staticcheck to the newly released 2020.1.2.

Change-Id: I80606b9c993de2f504c0ca3ee68f695ec8bd50e9
Reviewed-on: https://go-review.googlesource.com/c/tools/+/220477
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-02-21 19:17:10 +00:00

14 lines
287 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-20191130070609-6e064ea0cf2d
honnef.co/go/tools v0.0.1-2020.1.2
mvdan.cc/xurls/v2 v2.1.0
)
replace golang.org/x/tools => ../