forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap.json
63 lines (63 loc) · 2.08 KB
/
bootstrap.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"deps": {
"order": [
"golang.org/x/lint/golint",
"github.com/fzipp/gocyclo",
"github.com/gordonklaus/ineffassign",
"github.com/client9/misspell/cmd/misspell",
"github.com/golang/dep/cmd/dep",
"golang.org/x/mobile/cmd/gomobile",
"golang.org/x/tools/go/ast/astutil",
"golang.org/x/tools/go/internal",
"golang.org/x/tools/go/gcexportdata",
"github.com/golangci/golangci-lint",
"github.com/shuLhan/go-bindata/cmd/go-bindata"
],
"golang.org/x/tools/go/ast/astutil": {
"version": "release-branch.go1.10",
"type": "go"
},
"golang.org/x/tools/go/internal": {
"version": "release-branch.go1.10",
"type": "go",
"install": false
},
"golang.org/x/tools/go/gcexportdata": {
"version": "release-branch.go1.10",
"type": "go"
},
"github.com/golang/dep/cmd/dep": {
"version": "v0.5.0",
"type": "go"
},
"golang.org/x/lint/golint": {
"version": "master",
"type": "go"
},
"github.com/fzipp/gocyclo": {
"version": "master",
"type": "go"
},
"github.com/gordonklaus/ineffassign": {
"version": "master",
"type": "go"
},
"github.com/client9/misspell/cmd/misspell": {
"version": "master",
"type": "go"
},
"golang.org/x/mobile/cmd/gomobile": {
"version": "8b05ea26b5669e5f52084ab001b8e49ec8877955",
"type": "go"
},
"github.com/golangci/golangci-lint": {
"version": "v1.23.1",
"cmd": "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $BOOTSTRAPPED_VERSION",
"type": "shell"
},
"github.com/shuLhan/go-bindata/cmd/go-bindata" : {
"version": "v3.4.0",
"type": "go"
}
}
}