1
1
module openshift/installer/cluster-api/providers/azure
2
2
3
- go 1.22
3
+ go 1.22.7
4
4
5
- require sigs.k8s.io/cluster-api-provider-azure v1.15.1-0.20240617212811-a52056dfb88c
5
+ toolchain go1.23.7
6
+
7
+ require sigs.k8s.io/cluster-api-provider-azure v1.17.5
6
8
7
9
require (
8
10
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
9
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
10
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
11
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
11
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
12
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
13
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
14
+ github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0 // indirect
15
+ github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
12
16
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0 // indirect
13
17
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 // indirect
14
18
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry v1.2.0 // indirect
@@ -19,11 +23,11 @@ require (
19
23
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns v1.2.0 // indirect
20
24
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcehealth/armresourcehealth v1.3.0 // indirect
21
25
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
22
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5 .0 // indirect
23
- github.com/Azure/azure-service-operator/v2 v2.6 .0 // indirect
26
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6 .0 // indirect
27
+ github.com/Azure/azure-service-operator/v2 v2.8 .0 // indirect
24
28
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
25
29
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
26
- github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
30
+ github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect
27
31
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 // indirect
28
32
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
29
33
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
@@ -40,31 +44,32 @@ require (
40
44
github.com/beorn7/perks v1.0.1 // indirect
41
45
github.com/blang/semver v3.5.1+incompatible // indirect
42
46
github.com/blang/semver/v4 v4.0.0 // indirect
43
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
44
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
47
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
48
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
45
49
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
46
50
github.com/dimchansky/utfbom v1.1.1 // indirect
47
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
51
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
52
+ github.com/evanphx/json-patch v5.9.0+incompatible // indirect
48
53
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
49
54
github.com/felixge/httpsnoop v1.0.4 // indirect
50
55
github.com/fsnotify/fsnotify v1.7.0 // indirect
51
56
github.com/go-logr/logr v1.4.2 // indirect
52
57
github.com/go-logr/stdr v1.2.2 // indirect
53
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
54
- github.com/go-openapi/jsonreference v0.20.4 // indirect
55
- github.com/go-openapi/swag v0.22.8 // indirect
58
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
59
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
60
+ github.com/go-openapi/swag v0.23.0 // indirect
56
61
github.com/gobuffalo/flect v1.0.2 // indirect
57
62
github.com/gogo/protobuf v1.3.2 // indirect
58
63
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
59
64
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
60
65
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61
66
github.com/golang/protobuf v1.5.4 // indirect
62
- github.com/google/cel-go v0.17.7 // indirect
67
+ github.com/google/cel-go v0.20.1 // indirect
63
68
github.com/google/gnostic-models v0.6.8 // indirect
64
69
github.com/google/go-cmp v0.6.0 // indirect
65
70
github.com/google/gofuzz v1.2.0 // indirect
66
71
github.com/google/uuid v1.6.0 // indirect
67
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .0 // indirect
72
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
68
73
github.com/hashicorp/golang-lru v1.0.2 // indirect
69
74
github.com/imdario/mergo v0.3.16 // indirect
70
75
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -76,70 +81,70 @@ require (
76
81
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
77
82
github.com/modern-go/reflect2 v1.0.2 // indirect
78
83
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
79
- github.com/onsi/gomega v1.33.1 // indirect
84
+ github.com/onsi/gomega v1.34.2 // indirect
80
85
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
81
86
github.com/pkg/errors v0.9.1 // indirect
82
- github.com/prometheus/client_golang v1.18.0 // indirect
83
- github.com/prometheus/client_model v0.6.0 // indirect
84
- github.com/prometheus/common v0.46 .0 // indirect
85
- github.com/prometheus/procfs v0.12.0 // indirect
86
- github.com/spf13/cobra v1.8.0 // indirect
87
+ github.com/prometheus/client_golang v1.19.1 // indirect
88
+ github.com/prometheus/client_model v0.6.1 // indirect
89
+ github.com/prometheus/common v0.54 .0 // indirect
90
+ github.com/prometheus/procfs v0.15.1 // indirect
91
+ github.com/spf13/cobra v1.8.1 // indirect
87
92
github.com/spf13/pflag v1.0.5 // indirect
88
- github.com/stoewer/go-strcase v1.2 .0 // indirect
89
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46 .0 // indirect
90
- go.opentelemetry.io/otel v1.24 .0 // indirect
91
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24 .0 // indirect
92
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24 .0 // indirect
93
+ github.com/stoewer/go-strcase v1.3 .0 // indirect
94
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52 .0 // indirect
95
+ go.opentelemetry.io/otel v1.27 .0 // indirect
96
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27 .0 // indirect
97
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27 .0 // indirect
93
98
go.opentelemetry.io/otel/exporters/prometheus v0.46.0 // indirect
94
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
95
- go.opentelemetry.io/otel/sdk v1.24 .0 // indirect
96
- go.opentelemetry.io/otel/sdk/metric v1.24 .0 // indirect
97
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
98
- go.opentelemetry.io/proto/otlp v1.1.0 // indirect
99
+ go.opentelemetry.io/otel/metric v1.27 .0 // indirect
100
+ go.opentelemetry.io/otel/sdk v1.27 .0 // indirect
101
+ go.opentelemetry.io/otel/sdk/metric v1.27 .0 // indirect
102
+ go.opentelemetry.io/otel/trace v1.27 .0 // indirect
103
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
99
104
go.uber.org/mock v0.4.0 // indirect
100
- golang.org/x/crypto v0.24 .0 // indirect
101
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
102
- golang.org/x/mod v0.18 .0 // indirect
103
- golang.org/x/net v0.26 .0 // indirect
104
- golang.org/x/oauth2 v0.18 .0 // indirect
105
- golang.org/x/sync v0.7 .0 // indirect
106
- golang.org/x/sys v0.21 .0 // indirect
107
- golang.org/x/term v0.21 .0 // indirect
108
- golang.org/x/text v0.16 .0 // indirect
105
+ golang.org/x/crypto v0.31 .0 // indirect
106
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
107
+ golang.org/x/mod v0.21 .0 // indirect
108
+ golang.org/x/net v0.33 .0 // indirect
109
+ golang.org/x/oauth2 v0.21 .0 // indirect
110
+ golang.org/x/sync v0.10 .0 // indirect
111
+ golang.org/x/sys v0.28 .0 // indirect
112
+ golang.org/x/term v0.27 .0 // indirect
113
+ golang.org/x/text v0.21 .0 // indirect
109
114
golang.org/x/time v0.5.0 // indirect
110
115
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
111
- google.golang.org/appengine v1.6.8 // indirect
112
- google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
113
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
114
- google.golang.org/grpc v1.61.1 // indirect
115
- google.golang.org/protobuf v1.33.0 // indirect
116
+ google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
117
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
118
+ google.golang.org/grpc v1.64.1 // indirect
119
+ google.golang.org/protobuf v1.34.2 // indirect
116
120
gopkg.in/inf.v0 v0.9.1 // indirect
117
121
gopkg.in/yaml.v2 v2.4.0 // indirect
118
122
gopkg.in/yaml.v3 v3.0.1 // indirect
119
- k8s.io/api v0.29 .3 // indirect
120
- k8s.io/apiextensions-apiserver v0.29 .3 // indirect
121
- k8s.io/apimachinery v0.29 .3 // indirect
122
- k8s.io/apiserver v0.29 .3 // indirect
123
- k8s.io/client-go v0.29 .3 // indirect
124
- k8s.io/cloud-provider v0.29.3 // indirect
125
- k8s.io/cluster-bootstrap v0.29 .3 // indirect
126
- k8s.io/component-base v0.29 .3 // indirect
127
- k8s.io/component-helpers v0.29 .3 // indirect
128
- k8s.io/klog/v2 v2.120 .1 // indirect
129
- k8s.io/kube-openapi v0.0.0-20240117194847-208609032b15 // indirect
130
- k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
131
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
132
- sigs.k8s.io/cloud-provider-azure v1.29.3 // indirect
133
- sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.0.2 // indirect
134
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.1 // indirect
135
- sigs.k8s.io/cluster-api v1.7.3 // indirect
136
- sigs.k8s.io/controller-runtime v0.17.3 // indirect
123
+ k8s.io/api v0.30 .3 // indirect
124
+ k8s.io/apiextensions-apiserver v0.30 .3 // indirect
125
+ k8s.io/apimachinery v0.30 .3 // indirect
126
+ k8s.io/apiserver v0.30 .3 // indirect
127
+ k8s.io/client-go v0.30 .3 // indirect
128
+ k8s.io/cloud-provider v0.30.2 // indirect
129
+ k8s.io/cluster-bootstrap v0.30 .3 // indirect
130
+ k8s.io/component-base v0.30 .3 // indirect
131
+ k8s.io/component-helpers v0.30 .3 // indirect
132
+ k8s.io/klog/v2 v2.130 .1 // indirect
133
+ k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
134
+ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
135
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
136
+ sigs.k8s.io/cloud-provider-azure v1.30.4 // indirect
137
+ sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.0.29 // indirect
138
+ sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.16 // indirect
139
+ sigs.k8s.io/cluster-api v1.8.10 // indirect
140
+ sigs.k8s.io/controller-runtime v0.18.7 // indirect
137
141
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
138
142
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
139
143
sigs.k8s.io/yaml v1.4.0 // indirect
140
144
)
141
145
142
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.7.3
143
-
144
- // kube-openapi should match the version imported by CAPI.
145
- replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
146
+ replace (
147
+ github.com/google/cel-go => github.com/google/cel-go v0.17.8
148
+ github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0
149
+ github.com/prometheus/common => github.com/prometheus/common v0.46.0
150
+ )
0 commit comments