forked from kubernetes/ingress-gce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gopkg.toml
51 lines (40 loc) · 1.34 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
# `dep` does not seem to like this empty directory in the Kubernetes
# repository.
ignored = ["k8s.io/kubernetes/pkg/api"]
[[constraint]]
name = "github.com/golang/glog"
revision = "23def4e6c14b4da8ac2ed8007337bc5eb5007998"
[[constraint]]
name = "github.com/gorilla/websocket"
version = "v1.2.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "v0.8.0"
[[constraint]]
name = "github.com/spf13/pflag"
version = "v1.0.0"
[[constraint]]
name = "google.golang.org/api"
revision = "373a4c220f5c90e5b7ff7101779c5be385d171be"
[[constraint]]
name = "k8s.io/api"
# We are currently vendoring a non-released k8s version. This should go away
# once the symbol has been released.
revision = "02509811a0e5c1e5bb0656e31ec861da05cd801c"
[[constraint]]
name = "k8s.io/apimachinery"
revision = "kubernetes-1.9.0"
[[constraint]]
name = "k8s.io/client-go"
revision = "kubernetes-1.9.0"
[[constraint]]
name = "k8s.io/kubernetes"
revision = "7652c252d4ce2aea1563853bef0438769c5781fd"
[[constraint]]
name = "github.com/docker/distribution"
# Kubernetes is currently vendoring a non-released version. One of the
# symbols needed is not longer there in the released tag.
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
[[constraint]]
name = "github.com/opencontainers/go-digest"
version = "1.0.0-rc1"