forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
64 lines (50 loc) · 1.52 KB
/
Gopkg.toml
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
# Gopkg.toml for k8s.io/test-infra
required = [
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle",
"github.com/client9/misspell/cmd/misspell",
"github.com/golang/dep/cmd/dep",
"github.com/kubernetes/repo-infra/kazel",
]
[prune]
unused-packages = true
go-tests = true
non-go = true
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "k8s.io/api"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/apiserver"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/client-go"
version = "v7.0.0"
[[constraint]]
name = "github.com/docker/docker"
# https://github.com/docker/docker-ce/blob/17.12/components/cli/vendor.conf
# to update this check https://github.com/docker/docker-ce/blob/<tag>/components/cli/vendor.conf
revision = "5e5fadb3c0201553929d4a6ea8dc8f9d8a1e56fe"
[[constraint]]
name = "github.com/golang/dep"
version = "v0.4.1"
[[constraint]]
name = "cloud.google.com/go"
version = "0.17.0"
[[constraint]]
# used by both prow/plugins/buildifier and gazelle
name = "github.com/bazelbuild/buildtools"
revision = "80c7f0d45d7e40fa1f7362852697d4a03df557b3"
[[constraint]]
name = "github.com/client9/misspell"
revision = "9ce5d979ffdaca6385988d7ad1079a33ec942d20"
[[constraint]]
name = "github.com/peterbourgon/diskv"
revision= "2973218375c3d13162e1d3afe1708aaee318ef3f"
[[constraint]]
name = "github.com/bazelbuild/bazel-gazelle"
version = "0.11.0"