1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06:00
go/go.mod

12 lines
270 B
Modula-2
Raw Normal View History

module golang.org/x/tools
go 1.11
require (
github.com/yuin/goldmark v1.2.1
golang.org/x/mod v0.3.0
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)