1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00
go/go.mod

11 lines
267 B
Modula-2
Raw Normal View History

module golang.org/x/tools
go 1.11
require (
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee
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-20191011141410-1b5146add898
)