1
0
mirror of https://github.com/golang/go synced 2024-11-19 00:34:40 -07:00
go/gopls/go.mod

13 lines
261 B
Modula-2
Raw Normal View History

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 => ../