forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap.json
83 lines (83 loc) · 2.77 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"deps": {
"order": [
"golang.org/x/lint/golint",
"gotest.tools/gotestsum",
"github.com/fzipp/gocyclo",
"github.com/gordonklaus/ineffassign",
"github.com/client9/misspell/cmd/misspell",
"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/frapposelli/wwhrd",
"github.com/goware/modvendor",
"github.com/shuLhan/go-bindata/cmd/go-bindata",
"honnef.co/go/tools/cmd/staticcheck",
"github.com/golang/perf/cmd/benchstat"
],
"golang.org/x/tools/go/ast/astutil": {
"version": "release-branch.go1.14",
"type": "go"
},
"golang.org/x/tools/go/internal": {
"version": "release-branch.go1.14",
"type": "go",
"install": false
},
"golang.org/x/tools/go/gcexportdata": {
"version": "release-branch.go1.14",
"type": "go"
},
"golang.org/x/lint/golint": {
"version": "master",
"type": "go"
},
"gotest.tools/gotestsum": {
"version": "v0.5.3",
"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.27.0",
"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"
},
"honnef.co/go/tools/cmd/staticcheck" : {
"version": "2020.1.5",
"type": "go"
},
"github.com/frapposelli/wwhrd": {
"version": "v0.2.4",
"type": "go"
},
"github.com/goware/modvendor": {
"version": "892bf4ecb805b052575eb45070a60f9db471df8e",
"type": "go"
},
"github.com/golang/perf/cmd/benchstat": {
"version": "d949658356f9a1d750bdabd650745c5bd5f1cfa4",
"type": "go"
}
}
}