aboutsummaryrefslogtreecommitdiff
path: root/tools/go.mod
blob: e198f0b6e2f61dde2987020d2a0b55ca700a9a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module go.uber.org/sally/tools

require (
	golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
	honnef.co/go/tools v0.4.0
)

require (
	github.com/BurntSushi/toml v1.2.1 // indirect
	golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
	golang.org/x/mod v0.7.0 // indirect
	golang.org/x/sys v0.3.0 // indirect
	golang.org/x/tools v0.4.1-0.20221208213631-3f74d914ae6d // indirect
)

go 1.19