Fix dependencies to point to kubernetes-1.15.0 tag

This commit is contained in:
Kubernetes Publisher 2019-06-20 08:59:42 +00:00
parent c247e1cf50
commit b7f18460b2
3 changed files with 5 additions and 5 deletions

2
Godeps/Godeps.json generated
View File

@ -172,7 +172,7 @@
},
{
"ImportPath": "k8s.io/component-base",
"Rev": "f40f68634749"
"Rev": "185d68e6e6ea"
},
{
"ImportPath": "k8s.io/klog",

6
go.mod
View File

@ -6,7 +6,7 @@ go 1.12
require (
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/component-base v0.0.0-20190612210728-f40f68634749
k8s.io/component-base v0.0.0-20190620085130-185d68e6e6ea
)
replace (
@ -14,7 +14,7 @@ replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/component-base => k8s.io/component-base v0.0.0-20190612210728-f40f68634749
k8s.io/component-base => k8s.io/component-base v0.0.0-20190620085130-185d68e6e6ea
)
replace k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190612211130-07da2c5601ff
replace k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190620085212-47dc9a115b18

2
go.sum
View File

@ -57,7 +57,7 @@ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWD
gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719/go.mod h1:I4A+glKBHiTgiEjQiCCQfCAIcIMFGt291SmsvcrFzJA=
k8s.io/component-base v0.0.0-20190612210728-f40f68634749/go.mod h1:VLedAFwENz2swOjm0zmUXpAP2mV55c49xgaOzPBI/QQ=
k8s.io/component-base v0.0.0-20190620085130-185d68e6e6ea/go.mod h1:VLedAFwENz2swOjm0zmUXpAP2mV55c49xgaOzPBI/QQ=
k8s.io/klog v0.3.1 h1:RVgyDHY/kFKtLqh67NvEWIgkMneNoIrdkN0CxDSQc68=
k8s.io/klog v0.3.1/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30/go.mod h1:BXM9ceUBTj2QnfH2MK1odQs778ajze1RxcmP6S8RVVc=