Permalink
Newer
100644
130 lines (107 sloc)
3.6 KB
1
required = [
2
"github.com/client9/misspell/cmd/misspell",
3
"github.com/cockroachdb/crlfmt",
4
"github.com/cockroachdb/gostdlib/cmd/gofmt",
5
"github.com/cockroachdb/gostdlib/x/tools/cmd/goimports",
8
"github.com/golang/lint/golint",
9
"github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway",
10
"github.com/jteeuwen/go-bindata/go-bindata",
11
"github.com/kisielk/errcheck",
12
"github.com/mattn/goveralls",
13
"github.com/mibk/dupl",
14
"github.com/wadey/gocovmerge",
15
"golang.org/x/perf/cmd/benchstat",
16
"golang.org/x/tools/cmd/goyacc",
17
"golang.org/x/tools/cmd/stringer",
18
]
19
25
# The collation tables must never change.
26
[[constraint]]
27
name = "golang.org/x/text"
28
revision = "470f45bf29f4147d6fbd7dfd0a02a848e49f5bf4"
29
41
name = "github.com/getsentry/raven-go"
42
source = "https://github.com/cockroachdb/raven-go"
46
name = "github.com/go-sql-driver/mysql"
47
branch = "master"
48
49
# https://github.com/jteeuwen/go-bindata/pull/158
51
name = "github.com/jteeuwen/go-bindata"
52
source = "https://github.com/dim13/go-bindata"
53
branch = "master"
54
55
# https://github.com/montanaflynn/stats/releases (latest is 2015-10-14)
56
[[constraint]]
57
name = "github.com/montanaflynn/stats"
58
branch = "master"
59
60
# https://github.com/rubyist/circuitbreaker/commit/af95830
61
[[constraint]]
62
name = "github.com/rubyist/circuitbreaker"
63
branch = "master"
64
70
# The master version of go.uuid has an incompatible interface and (as
71
# of 2018-06-06) a serious bug. Don't upgrade without making sure
72
# that bug is fixed.
73
# https://github.com/cockroachdb/cockroach/issues/26332
74
[[constraint]]
75
name = "github.com/satori/go.uuid"
76
version = "v1.2.0"
77
78
# Use master until 0562badec5489e409f1b18596e3f77a309420a84 is in a
79
# tagged release.
80
[[constraint]]
81
name = "github.com/Azure/azure-storage-blob-go"
82
branch = "master"
83
84
# We want https://github.com/go-yaml/yaml/pull/381
85
[[constraint]]
86
name = "gopkg.in/yaml.v2"
87
source = "https://github.com/cockroachdb/yaml"
88
branch = "v2-encoding-style"
89
90
[[constraint]]
91
name = "github.com/abourget/teamcity"
92
source = "https://github.com/cockroachdb/teamcity"
93
94
# https://github.com/golang/dep/pull/2003
95
[[constraint]]
96
name = "github.com/golang/dep"
97
branch = "master"
98
99
# github.com/docker/docker depends on a few functions not included in the
100
# latest release: reference.{FamiliarName,ParseNormalizedNamed,TagNameOnly}.
101
#
102
# https://github.com/docker/distribution/commit/429c75f
103
# https://github.com/docker/distribution/commit/2caeb61
104
[[override]]
105
name = "github.com/docker/distribution"
108
[prune]
109
go-tests = true
110
unused-packages = true
111
112
# Avoid pruning projects containing needed protos.
113
114
[[prune.project]]
115
name = "github.com/gogo/protobuf"
116
unused-packages = false
117
118
[[prune.project]]
119
name = "github.com/grpc-ecosystem/grpc-gateway"
120
unused-packages = false
121
122
[[prune.project]]
123
name = "github.com/prometheus/client_model"
124
unused-packages = false
125