forked from oracle/navarkos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
38 lines (38 loc) · 824 Bytes
/
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
package: github.com/kubernetes-incubator/navarkos
import:
- package: github.com/golang/glog
- package: k8s.io/api
version: release-1.8
subpackages:
- extensions/v1beta1
- core/v1
- apps/v1
- package: k8s.io/apimachinery
version: release-1.8
subpackages:
- pkg/apis/meta/v1
- pkg/runtime
- pkg/util/runtime
- pkg/util/sets
- pkg/util/wait
- pkg/watch
- package: k8s.io/client-go
version: release-5.0
subpackages:
- kubernetes
- rest
- tools/cache
- tools/clientcmd
- package: k8s.io/kubernetes
version: release-1.8
subpackages:
- federation/apis/federation/v1beta1
- federation/client/cache
- federation/client/clientset_generated/federation_clientset
- pkg/api
- pkg/controller
- package: github.com/stretchr/testify
version: v1.1.3
subpackages:
- assert
- require