aboutsummaryrefslogtreecommitdiffstats
path: root/tools/go.mod
blob: 862bc75e8f66565f869d734e5a1012b16ec6dbb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
module tools

go 1.13

require (
	golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
	golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40 // indirect
	honnef.co/go/tools v0.0.1-2019.2.3
)