Skip to content

Commit 642f935

Browse files
authored
Update Kubernetes v1.18.3 dependencies (#1196)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 09f7213 commit 642f935

File tree

324 files changed

+50395
-1890
lines changed

Some content is hidden

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

324 files changed

+50395
-1890
lines changed

go.mod

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,67 @@ module stash.appscode.dev/stash
33
go 1.12
44

55
require (
6-
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible // indirect
6+
cloud.google.com/go v0.56.0 // indirect
7+
github.com/Azure/azure-sdk-for-go v43.0.0+incompatible // indirect
8+
github.com/Azure/go-autorest/autorest v0.10.2 // indirect
9+
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
710
github.com/Azure/go-autorest/autorest/to v0.3.1-0.20191028180845-3492b2aff503 // indirect
811
github.com/appscode/go v0.0.0-20200323182826-54e98e09185a
9-
github.com/cenkalti/backoff v2.1.1+incompatible
12+
github.com/aws/aws-sdk-go v1.31.9 // indirect
13+
github.com/cenkalti/backoff v2.2.1+incompatible
1014
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27
15+
github.com/go-openapi/spec v0.19.7 // indirect
16+
github.com/go-openapi/swag v0.19.9 // indirect
1117
github.com/go-sql-driver/mysql v1.5.0
1218
github.com/gogo/protobuf v1.3.1
1319
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
20+
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
21+
github.com/googleapis/gnostic v0.4.0 // indirect
22+
github.com/gophercloud/gophercloud v0.11.0 // indirect
1423
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
24+
github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
25+
github.com/hashicorp/golang-lru v0.5.4 // indirect
26+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
27+
github.com/kr/pretty v0.2.0 // indirect
1528
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1-0.20200521091436-82ef6e66e992
29+
github.com/mailru/easyjson v0.7.1 // indirect
30+
github.com/mattn/go-colorable v0.1.6 // indirect
31+
github.com/mitchellh/mapstructure v1.2.2 // indirect
1632
github.com/onsi/ginkgo v1.11.0
1733
github.com/onsi/gomega v1.8.1
34+
github.com/opencontainers/go-digest v1.0.0 // indirect
1835
github.com/pkg/errors v0.9.1
1936
github.com/prometheus/client_golang v1.7.1
2037
github.com/robfig/cron/v3 v3.0.1
38+
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
2139
github.com/smartystreets/assertions v1.0.1 // indirect
2240
github.com/spf13/afero v1.2.2
2341
github.com/spf13/cobra v0.0.5
2442
github.com/spf13/pflag v1.0.5
2543
go.bytebuilders.dev/license-verifier/kubernetes v0.2.2
2644
go.opencensus.io v0.22.2 // indirect
45+
go.uber.org/atomic v1.6.0 // indirect
46+
go.uber.org/zap v1.13.0 // indirect
47+
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
48+
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
49+
golang.org/x/tools v0.0.0-20200603131246-cc40288be839 // indirect
2750
gomodules.xyz/cert v1.0.3
2851
gomodules.xyz/envsubst v0.1.0
2952
gomodules.xyz/stow v0.2.3
53+
google.golang.org/api v0.26.0 // indirect
54+
google.golang.org/appengine v1.6.6 // indirect
55+
google.golang.org/genproto v0.0.0-20200603110839-e855014d5736 // indirect
3056
gopkg.in/ini.v1 v1.51.0
57+
gopkg.in/yaml.v2 v2.3.0 // indirect
3158
k8s.io/api v0.18.3
3259
k8s.io/apiextensions-apiserver v0.18.3
3360
k8s.io/apimachinery v0.18.8
3461
k8s.io/apiserver v0.18.3
3562
k8s.io/client-go v12.0.0+incompatible
3663
k8s.io/kube-aggregator v0.18.3
3764
k8s.io/kubernetes v1.18.3
38-
kmodules.xyz/client-go v0.0.0-20200905112811-2e29b973ee0c
65+
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
66+
kmodules.xyz/client-go v0.0.0-20200915091229-7df16c29f4e8
3967
kmodules.xyz/constants v0.0.0-20200506032633-a21e58ceec72
4068
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9
4169
kmodules.xyz/objectstore-api v0.0.0-20200521103120-92080446e04d
@@ -46,6 +74,8 @@ require (
4674
stash.appscode.dev/apimachinery v0.10.1-0.20200914045248-546ceea96940
4775
)
4876

77+
// release-1.18
78+
4979
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
5080

5181
replace cloud.google.com/go => cloud.google.com/go v0.49.0
@@ -84,7 +114,7 @@ replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1
84114

85115
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
86116

87-
replace github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.0.0-20200911141619-675d303ee0b8
117+
replace github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.42.0
88118

89119
replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.7.1
90120

@@ -108,6 +138,6 @@ replace k8s.io/client-go => k8s.io/client-go v0.18.3
108138

109139
replace k8s.io/component-base => k8s.io/component-base v0.18.3
110140

111-
replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6 // release-1.18
141+
replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
112142

113143
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.19.0-alpha.0.0.20200521033432-49d3646051ad

0 commit comments

Comments
 (0)