-
Notifications
You must be signed in to change notification settings - Fork 51
/
glide.yaml
116 lines (116 loc) · 3.5 KB
/
glide.yaml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
package: github.com/openshift/openshift-azure
import:
- package: github.com/openshift/origin
version: release-3.11
- package: github.com/openshift/api
version: release-3.11
- package: github.com/openshift/client-go
version: release-3.11
- package: k8s.io/kubernetes
version: origin-3.11-kubernetes-1.11.1
repo: https://github.com/openshift/kubernetes.git
- package: k8s.io/api
version: origin-3.11-kubernetes-1.11.1
repo: https://github.com/openshift/kubernetes-api.git
- package: k8s.io/client-go
version: origin-3.11-kubernetes-1.11.1
repo: https://github.com/openshift/kubernetes-client-go.git
- package: k8s.io/kube-aggregator
version: origin-3.11-kubernetes-1.11.1
repo: https://github.com/openshift/kube-aggregator.git
- package: k8s.io/apiextensions-apiserver
version: origin-3.11-kubernetes-1.11.1
repo: https://github.com/openshift/apiextensions-apiserver.git
- package: k8s.io/apimachinery
version: origin-3.11-kubernetes-1.11.1
repo: https://github.com/openshift/kubernetes-apimachinery.git
- package: github.com/davecgh/go-spew
version: ^1.1.0
- package: github.com/Azure/azure-sdk-for-go
version: v24.0.0
- package: github.com/Azure/go-autorest
version: v11.2.7
- package: github.com/sirupsen/logrus
version: v1.4.2
- package: github.com/ghodss/yaml
version: v1.0.0
- package: github.com/satori/go.uuid
version: f58768cc1a7a7e77a3bd49e98cdd21419399b6a3
- package: github.com/marstr/guid
version: ^1.1.0
- package: github.com/coreos/go-systemd
version: ^17.0.0
- package: github.com/onsi/gomega
version: v1.5.0
- package: github.com/onsi/ginkgo
version: v1.8.0
- package: github.com/golang/mock
version: ^1.2.0
subpackages:
- gomock
- package: github.com/kelseyhightower/envconfig
version: ^1.3.0
- package: github.com/pborman/uuid
version: ^1.2.0
- package: github.com/coreos/etcd
version: v3.2.24
- package: sigs.k8s.io/controller-runtime
version: v0.1.7
- package: github.com/appscode/jsonpatch
version: release-1.0
- package: github.com/prometheus/client_model
subpackages:
- go
- package: github.com/prometheus/client_golang
version: v0.9.2
subpackages:
- prometheus
- prometheus/promhttp
- package: github.com/prometheus/prometheus
version: v2.8.1
subpackages:
- promql
# Remove the following 2 lines when we up the required version of go to 1.12+
- package: github.com/prometheus/tsdb
version: v0.6.1
- package: github.com/golang/protobuf
version: ^1.2.0
subpackages:
- proto
- package: github.com/go-chi/chi
version: v3
- package: google.golang.org/grpc
version: v1.16.0
- package: golang.org/x/net
version: ab555f366c4508dbe0802550b1b20c46c5c18aa0
- package: golang.org/x/sys
version: d69651ed3497faee15a5363a89578e9991f6d5e2
- package: golang.org/x/tools
version: release-branch.go1.12
- package: go.uber.org/zap
version: v1.8.0
- package: github.com/beorn7/perks
subpackages:
- quantile
- package: github.com/microsoft/ApplicationInsights-Go
subpackages:
- appinsights
- package: github.com/grpc-ecosystem/grpc-gateway
version: ^v1.8.0
- package: github.com/kubernetes-incubator/service-catalog
version: v3.10.0-0.1.19.1
repo: https://github.com/openshift/service-catalog.git
- package: github.com/spf13/cobra
version: v0.0.3
- package: github.com/google/go-cmp
version: v0.3.0
subpackages:
- cmp
- package: github.com/apparentlymart/go-cidr
version: ^1.0.1
subpackages:
- cidr
- package: github.com/dgrijalva/jwt-go
version: v3.2.0
- package: github.com/openshift/kubernetes-metrics
version: origin-3.11-kubernetes-1.11.1