Fix dependencies to point to kubernetes-1.15.0-beta.0 tag

This commit is contained in:
Kubernetes Publisher 2019-06-20 08:59:39 +00:00
parent a41ac3d158
commit 1d3f93de12
3 changed files with 9 additions and 9 deletions

4
Godeps/Godeps.json generated
View File

@ -164,11 +164,11 @@
},
{
"ImportPath": "k8s.io/apimachinery",
"Rev": "5b67e417bf61"
"Rev": "e403c24f3a75"
},
{
"ImportPath": "k8s.io/component-base",
"Rev": "549f1afd0bc9"
"Rev": "9791070ed6da"
},
{
"ImportPath": "k8s.io/klog",

10
go.mod
View File

@ -5,16 +5,16 @@ module k8s.io/kube-controller-manager
go 1.12
require (
k8s.io/apimachinery v0.0.0-20190511063452-5b67e417bf61
k8s.io/component-base v0.0.0-20190514184434-549f1afd0bc9
k8s.io/apimachinery v0.0.0-20190513181300-e403c24f3a75
k8s.io/component-base v0.0.0-20190620085130-9791070ed6da
)
replace (
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
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-20190511063452-5b67e417bf61
k8s.io/component-base => k8s.io/component-base v0.0.0-20190514184434-549f1afd0bc9
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190513181300-e403c24f3a75
k8s.io/component-base => k8s.io/component-base v0.0.0-20190620085130-9791070ed6da
)
replace k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190514024156-29140cf7a1e8
replace k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190620085207-0649acff250c

4
go.sum
View File

@ -54,8 +54,8 @@ gopkg.in/inf.v0 v0.9.0/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
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-20190511063452-5b67e417bf61/go.mod h1:5CBnzrKYGHzv9ZsSKmQ8wHt4XI4/TUBPDwYM9FlZMyw=
k8s.io/component-base v0.0.0-20190514184434-549f1afd0bc9/go.mod h1:NurZ6SakDoy0i9SiK+tD/dvKP3awxSYkV7IZv9DU338=
k8s.io/apimachinery v0.0.0-20190513181300-e403c24f3a75/go.mod h1:5CBnzrKYGHzv9ZsSKmQ8wHt4XI4/TUBPDwYM9FlZMyw=
k8s.io/component-base v0.0.0-20190620085130-9791070ed6da/go.mod h1:MVFiBJIbgzK9AOjqUCDNl9uCOPlzIkfWV2j0GtPLdh8=
k8s.io/klog v0.3.0 h1:0VPpR+sizsiivjIfIAQH/rl8tan6jvWkS7lU+0di3lE=
k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30/go.mod h1:BXM9ceUBTj2QnfH2MK1odQs778ajze1RxcmP6S8RVVc=