forked from pingcap/tidb-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tools.json
33 lines (33 loc) · 950 Bytes
/
tools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"Tools": [
{
"Repository": "gopkg.in/alecthomas/gometalinter.v2",
"Commit": "46cc1ea3778b247666c2949669a3333c532fa9c6"
},
{
"Repository": "github.com/client9/misspell/cmd/misspell",
"Commit": "7888c6b6ce89353cd98e196bce3c3f9e4cdf31f6"
},
{
"Repository": "github.com/gordonklaus/ineffassign",
"Commit": "7bae11eba15a3285c75e388f77eb6357a2d73ee2"
},
{
"Repository": "honnef.co/go/tools/cmd/staticcheck",
"Commit": "5a4a2f4a438d01ba03c591f88ef312005a05063b"
},
{
"Repository": "github.com/kisielk/errcheck",
"Commit": "55d8f507faff4d6eddd0c41a3e713e2567fca4e5"
},
{
"Repository": "github.com/mgechev/revive",
"Commit": "7773f47324c2bf1c8f7a5500aff2b6c01d3ed73b"
},
{
"Repository": "github.com/securego/gosec/cmd/gosec",
"Commit": "5fb530cda357c16175f2c049577d2030de735b28"
}
],
"RetoolVersion": "1.3.7"
}