forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
45 lines (35 loc) · 1.11 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
# Gopkg.toml for k8s.io/test-infra
# Updating this list likely also requires updating hack/prune-libraries.sh.
required = [
"github.com/golang/dep/cmd/dep",
"github.com/client9/misspell/cmd/misspell"
]
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "k8s.io/apiserver"
branch = "release-1.9"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.9"
[[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"
[prune]
unused-packages = true
go-tests = true
[[constraint]]
name = "cloud.google.com/go"
version = "0.17.0"
[[constraint]]
name = "github.com/bazelbuild/buildtools"
revision = "0e53062d74ecbdd699b007d74c996b6c73039c7f"
[[constraint]]
name = "github.com/client9/misspell"
revision = "9ce5d979ffdaca6385988d7ad1079a33ec942d20"