forked from target/pod-reaper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
30 lines (30 loc) · 733 Bytes
/
glide.yaml
File metadata and controls
30 lines (30 loc) · 733 Bytes
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
package: github.com/target/pod-reaper
import:
- package: k8s.io/apimachinery
version: c1b2a29e2e9d121b9b7d818cb0d84d8098783236
subpackages:
- /pkg/labels
- /pkg/selection
- package: k8s.io/client-go
version: =v2.0.0
subpackages:
- kubernetes
- pkg/api
- pkg/api/unversioned
- rest
- package: k8s.io/client-go
version: =v2.0.0
subpackages:
- pkg/api/unversioned
- package: github.com/stretchr/testify
version: ^1.1.4
- package: github.com/robfig/cron
version: ^1.0.0
- package: github.com/sirupsen/logrus
version: ^1.0.0
- package: github.com/docker/distribution
version: ^2.7.1
- package: github.com/joonix/log
version: =v0.1
- package: github.com/davecgh/go-spew
version: =v1.1.0