-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathglide.yaml
44 lines (44 loc) · 1.27 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
package: github.com/kubedb/elasticsearch
import:
- package: github.com/appscode/go
- package: github.com/appscode/pat
- package: github.com/coreos/prometheus-operator
repo: https://github.com/appscode/prometheus-operator.git
vcs: git
version: client-go-5
- package: github.com/ghodss/yaml
version: v1.0.0
- package: github.com/graymeta/stow
repo: https://github.com/appscode/stow.git
vcs: git
version: master
- package: github.com/kubedb/apimachinery
version: master
- package: github.com/prometheus/common
version: 3233b24a36715a2fe36d162260457857a56d672d
- package: github.com/sirupsen/logrus
version: v1.0.3
- package: github.com/spf13/cobra
version: master
- package: github.com/spf13/pflag
version: master
- package: github.com/appscode/kutil
version: release-5.0
- package: k8s.io/api
version: kubernetes-1.8.3
- package: k8s.io/apimachinery
repo: https://github.com/tamalsaha/apimachinery.git
version: release-1.8
vcs: git
- package: k8s.io/client-go
version: kubernetes-1.8.3
- package: k8s.io/apiextensions-apiserver
version: release-1.8
- package: k8s.io/kubernetes
repo: https://github.com/appscode/kubernetes.git
version: v1.8.3
vcs: git
- package: gopkg.in/olivere/elastic.v5
testImport:
- package: github.com/stretchr/testify
version: v1.1.4