Skip to content

Commit 43173d8

Browse files
author
Jeff Peeler
committed
chore(vendor): prep for update to 1.12.7
1 parent 3a4c2b2 commit 43173d8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

go.mod

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,23 @@ require (
4444
k8s.io/klog v0.2.0 // indirect
4545
k8s.io/kube-aggregator v0.0.0-20190223015803-f706565beac0
4646
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
4866
)

0 commit comments

Comments
 (0)