File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,12 @@ require (
17
17
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
18
18
google.golang.org/appengine v1.6.1 // indirect
19
19
gopkg.in/inf.v0 v0.9.1 // indirect
20
- k8s.io/api v0.0.0-20190809220925-3ab596449d6f
21
- k8s.io/apiextensions-apiserver v0.0.0-20190810101755-ebc439d6a67b
22
- k8s.io/apimachinery v0.0.0-20190809020650-423f5d784010
20
+ k8s.io/api v0.0.0-20190704095032-f4ca3d3bdf1d
21
+ k8s.io/apiextensions-apiserver v0.0.0-20190801143813-8b5f3a974f92
22
+ k8s.io/apimachinery v0.0.0-20190704094733-8f6ac2502e51
23
23
k8s.io/client-go v11.0.1-0.20190516230509-ae8359b20417+incompatible
24
24
k8s.io/klog v0.4.0
25
25
k8s.io/kube-openapi v0.0.0-20190722073852-5e22f3d471e6 // indirect
26
26
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
27
27
sigs.k8s.io/yaml v1.1.0 // indirect
28
28
)
29
-
30
- // pin k8s release 1.14
31
-
32
- replace (
33
- k8s.io/api => k8s.io/api v0.0.0-20190704095032-f4ca3d3bdf1d
34
- k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190801143813-8b5f3a974f92
35
- k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190704094733-8f6ac2502e51
36
- )
You can’t perform that action at this time.
0 commit comments