File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,23 @@ require (
44
44
k8s.io/klog v0.2.0 // indirect
45
45
k8s.io/kube-aggregator v0.0.0-20190223015803-f706565beac0
46
46
k8s.io/kube-openapi v0.0.0-20181031203759-72693cb1fadd
47
- k8s.io/kubernetes v1.11.10-beta.0.0.20190325075447-8253d66ee09e
47
+ k8s.io/kubernetes v1.12.7
48
+ )
49
+
50
+ replace (
51
+ // This is necessary due to the combination of logrus casing changing
52
+ // without bumping the major version and the extremely old version of
53
+ // docker that's being pulled in.
54
+ // original breakage - https://github.com/sirupsen/logrus/issues/451
55
+ // breakage explanation - https://github.com/golang/go/issues/26208#issuecomment-411955266
56
+ github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.1.0
57
+ // all of the below are using the kubernetes-1.12.7 tag
58
+ // remember to bump kubernetes above also when upgrading
59
+ k8s.io/api => k8s.io/api v0.0.0-20190325144926-266ff08fa05d
60
+ k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190325151511-42d4d5ce2c84
61
+ k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc
62
+ k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190325150012-164c02b49fbe
63
+ k8s.io/client-go => k8s.io/client-go v2.0.0-alpha.0.0.20190325145348-5392b64e5c0b+incompatible
64
+ k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181128191024-b1289fc74931
65
+ k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20190325150400-0a029fc09217
48
66
)
You can’t perform that action at this time.
0 commit comments