Skip to content

Commit bbde40a

Browse files
Update to Kubernetes v1.18.3 (#1129)
Signed-off-by: 1gtm <1gtm@appscode.com>
2 parents 197aa7b + 38eb378 commit bbde40a

File tree

193 files changed

+16766
-92887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+16766
-92887
lines changed

go.mod

Lines changed: 47 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
1515
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1-0.20200521091436-82ef6e66e992
1616
github.com/onsi/ginkgo v1.11.0
17-
github.com/onsi/gomega v1.7.1
17+
github.com/onsi/gomega v1.8.1
1818
github.com/pkg/errors v0.8.1
1919
github.com/prometheus/client_golang v1.2.1
2020
github.com/robfig/cron/v3 v3.0.1
@@ -36,7 +36,7 @@ require (
3636
k8s.io/kubernetes v1.18.3
3737
kmodules.xyz/client-go v0.0.0-20200525195850-2fd180961371
3838
kmodules.xyz/constants v0.0.0-20200506032633-a21e58ceec72
39-
kmodules.xyz/custom-resources v0.0.0-20200525025248-c2afe49bbec6
39+
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9
4040
kmodules.xyz/objectstore-api v0.0.0-20200521103120-92080446e04d
4141
kmodules.xyz/offshoot-api v0.0.0-20200521035628-e135bf07b226
4242
kmodules.xyz/openshift v0.0.0-20200522123204-ce4abf5433c8
@@ -45,28 +45,48 @@ require (
4545
stash.appscode.dev/apimachinery v0.10.0-alpha.0
4646
)
4747

48-
replace (
49-
bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
50-
git.apache.org/thrift.git => github.com/apache/thrift v0.13.0
51-
github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v35.0.0+incompatible
52-
github.com/Azure/go-ansiterm => github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
53-
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
54-
github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.9.0
55-
github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.5.0
56-
github.com/Azure/go-autorest/autorest/azure/auth => github.com/Azure/go-autorest/autorest/azure/auth v0.2.0
57-
github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.1.0
58-
github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.2.0
59-
github.com/Azure/go-autorest/autorest/to => github.com/Azure/go-autorest/autorest/to v0.2.0
60-
github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.1.0
61-
github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logger v0.1.0
62-
github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.5.0
63-
github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
64-
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.0.0
65-
go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
66-
google.golang.org/grpc => google.golang.org/grpc v1.26.0
67-
k8s.io/api => github.com/kmodules/api v0.18.4-0.20200524125823-c8bc107809b9
68-
k8s.io/apimachinery => github.com/kmodules/apimachinery v0.19.0-alpha.0.0.20200520235721-10b58e57a423
69-
k8s.io/apiserver => github.com/kmodules/apiserver v0.18.4-0.20200521000930-14c5f6df9625
70-
k8s.io/client-go => k8s.io/client-go v0.18.3
71-
k8s.io/kubernetes => github.com/kmodules/kubernetes v1.19.0-alpha.0.0.20200521033432-49d3646051ad
72-
)
48+
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
49+
50+
replace git.apache.org/thrift.git => github.com/apache/thrift v0.13.0
51+
52+
replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v35.0.0+incompatible
53+
54+
replace github.com/Azure/go-ansiterm => github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
55+
56+
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
57+
58+
replace github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.9.0
59+
60+
replace github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.5.0
61+
62+
replace github.com/Azure/go-autorest/autorest/azure/auth => github.com/Azure/go-autorest/autorest/azure/auth v0.2.0
63+
64+
replace github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.1.0
65+
66+
replace github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.2.0
67+
68+
replace github.com/Azure/go-autorest/autorest/to => github.com/Azure/go-autorest/autorest/to v0.2.0
69+
70+
replace github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.1.0
71+
72+
replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logger v0.1.0
73+
74+
replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.5.0
75+
76+
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
77+
78+
replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.0.0
79+
80+
replace go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
81+
82+
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
83+
84+
replace k8s.io/api => github.com/kmodules/api v0.18.4-0.20200524125823-c8bc107809b9
85+
86+
replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.19.0-alpha.0.0.20200520235721-10b58e57a423
87+
88+
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.18.4-0.20200521000930-14c5f6df9625
89+
90+
replace k8s.io/client-go => k8s.io/client-go v0.18.3
91+
92+
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.19.0-alpha.0.0.20200521033432-49d3646051ad

0 commit comments

Comments
 (0)