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

10 lines
212 B
Modula-2
Raw Normal View History

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
)