mirror of
https://github.com/golang/go
synced 2024-11-05 17:46:16 -07:00
be5259f298
This relates to https://github.com/golang/go/issues/31374 and should switch all instances within `gopls` to use `x/errors` instead of `fmt` to create new errors. Change-Id: I18339b75d12418d852e0dcc2ba0ed6c2970783b3 GitHub-Last-Rev: f4a55d9b79e7458ef1f1e06cb5eabbabd884f321 GitHub-Pull-Request: golang/tools#108 Reviewed-on: https://go-review.googlesource.com/c/tools/+/179880 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
10 lines
212 B
Modula-2
10 lines
212 B
Modula-2
module golang.org/x/tools
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
)
|