@@ -3,39 +3,67 @@ module stash.appscode.dev/stash
3
3
go 1.12
4
4
5
5
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
7
10
github.com/Azure/go-autorest/autorest/to v0.3.1-0.20191028180845-3492b2aff503 // indirect
8
11
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
10
14
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
11
17
github.com/go-sql-driver/mysql v1.5.0
12
18
github.com/gogo/protobuf v1.3.1
13
19
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
14
23
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
15
28
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
16
32
github.com/onsi/ginkgo v1.11.0
17
33
github.com/onsi/gomega v1.8.1
34
+ github.com/opencontainers/go-digest v1.0.0 // indirect
18
35
github.com/pkg/errors v0.9.1
19
36
github.com/prometheus/client_golang v1.7.1
20
37
github.com/robfig/cron/v3 v3.0.1
38
+ github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
21
39
github.com/smartystreets/assertions v1.0.1 // indirect
22
40
github.com/spf13/afero v1.2.2
23
41
github.com/spf13/cobra v0.0.5
24
42
github.com/spf13/pflag v1.0.5
25
43
go.bytebuilders.dev/license-verifier/kubernetes v0.2.2
26
44
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
27
50
gomodules.xyz/cert v1.0.3
28
51
gomodules.xyz/envsubst v0.1.0
29
52
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
30
56
gopkg.in/ini.v1 v1.51.0
57
+ gopkg.in/yaml.v2 v2.3.0 // indirect
31
58
k8s.io/api v0.18.3
32
59
k8s.io/apiextensions-apiserver v0.18.3
33
60
k8s.io/apimachinery v0.18.8
34
61
k8s.io/apiserver v0.18.3
35
62
k8s.io/client-go v12.0.0+incompatible
36
63
k8s.io/kube-aggregator v0.18.3
37
64
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
39
67
kmodules.xyz/constants v0.0.0-20200506032633-a21e58ceec72
40
68
kmodules.xyz/custom-resources v0.0.0-20200604135349-9e9f5c4fdba9
41
69
kmodules.xyz/objectstore-api v0.0.0-20200521103120-92080446e04d
@@ -46,6 +74,8 @@ require (
46
74
stash.appscode.dev/apimachinery v0.10.1-0.20200914045248-546ceea96940
47
75
)
48
76
77
+ // release-1.18
78
+
49
79
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
50
80
51
81
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
84
114
85
115
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
86
116
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
88
118
89
119
replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.7.1
90
120
@@ -108,6 +138,6 @@ replace k8s.io/client-go => k8s.io/client-go v0.18.3
108
138
109
139
replace k8s.io/component-base => k8s.io/component-base v0.18.3
110
140
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
112
142
113
143
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.19.0-alpha.0.0.20200521033432-49d3646051ad
0 commit comments