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 (
1717 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
1818 google.golang.org/appengine v1.6.1 // indirect
1919 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
2323 k8s.io/client-go v11.0.1-0.20190516230509-ae8359b20417+incompatible
2424 k8s.io/klog v0.4.0
2525 k8s.io/kube-openapi v0.0.0-20190722073852-5e22f3d471e6 // indirect
2626 k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
2727 sigs.k8s.io/yaml v1.1.0 // indirect
2828)
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