forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap.json
41 lines (41 loc) · 1.11 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
{
"deps": {
"order": [
"mercurial",
"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"
],
"mercurial": {
"version": "4.6.2",
"type": "python"
},
"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": "master",
"type": "go"
}
}
}