aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 0984a835e9b00b5ba243fca707498598e9ec2987 (plain)
1
2
3
4
5
6
7
8
module golang.org/x/tools

go 1.11

require (
	golang.org/x/net v0.0.0-20190311183353-d8887717615a
	golang.org/x/sync v0.0.0-20190423024810-112230192c58
)