Skip to content

Commit ed44f78

Browse files
Merge pull request #8233 from r4f4/aws-bump-cco-fix
OCPBUGS-31813: AWS: bump CCO for permission fix
2 parents dfe0b73 + 33b409f commit ed44f78

File tree

22,904 files changed

+1186623
-1103413
lines changed

Some content is hidden

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

22,904 files changed

+1186623
-1103413
lines changed

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/openshift/installer
33
go 1.21
44

55
require (
6-
cloud.google.com/go/monitoring v1.17.1
7-
cloud.google.com/go/storage v1.38.0
6+
cloud.google.com/go/monitoring v1.18.0
7+
cloud.google.com/go/storage v1.39.1
88
github.com/AlecAivazis/survey/v2 v2.3.5
99
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
1010
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1
@@ -45,7 +45,7 @@ require (
4545
github.com/go-openapi/swag v0.22.9
4646
github.com/go-playground/validator/v10 v10.18.0
4747
github.com/golang/mock v1.7.0-rc.1
48-
github.com/golang/protobuf v1.5.3
48+
github.com/golang/protobuf v1.5.4
4949
github.com/google/go-cmp v0.6.0
5050
github.com/google/uuid v1.6.0
5151
github.com/googleapis/gax-go/v2 v2.12.2
@@ -59,8 +59,8 @@ require (
5959
github.com/kdomanski/iso9660 v0.2.1
6060
github.com/metal3-io/baremetal-operator/apis v0.4.0
6161
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.4.0
62-
github.com/microsoft/kiota-authentication-azure-go v0.5.0
63-
github.com/microsoftgraph/msgraph-sdk-go v0.47.0
62+
github.com/microsoft/kiota-authentication-azure-go v0.6.0
63+
github.com/microsoftgraph/msgraph-sdk-go v0.59.0
6464
github.com/nutanix-cloud-native/prism-go-client v0.2.1-0.20220804130801-c8a253627c64
6565
github.com/onsi/gomega v1.31.1
6666
github.com/openshift/api v0.0.0-20240301093301-ce10821dc999
@@ -69,7 +69,7 @@ require (
6969
github.com/openshift/assisted-service/client v0.0.0
7070
github.com/openshift/assisted-service/models v0.0.0
7171
github.com/openshift/client-go v0.0.0-20231218140158-47f6d749b9d9
72-
github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e
72+
github.com/openshift/cloud-credential-operator v0.0.0-20240404165937-5e8812d64187
7373
github.com/openshift/cluster-api-provider-baremetal v0.0.0-20220408122422-7a548effc26e
7474
github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20230308152226-83c0473d4429
7575
github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20220323121149-e3f2850dd519
@@ -99,9 +99,9 @@ require (
9999
golang.org/x/sync v0.6.0
100100
golang.org/x/sys v0.18.0
101101
golang.org/x/term v0.18.0
102-
google.golang.org/api v0.167.0
103-
google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014
104-
google.golang.org/grpc v1.62.0
102+
google.golang.org/api v0.169.0
103+
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7
104+
google.golang.org/grpc v1.62.1
105105
gopkg.in/ini.v1 v1.67.0
106106
gopkg.in/yaml.v2 v2.4.0
107107
k8s.io/api v0.29.2
@@ -125,8 +125,8 @@ require (
125125
)
126126

127127
require (
128-
cloud.google.com/go v0.112.0 // indirect
129-
cloud.google.com/go/compute v1.24.0 // indirect
128+
cloud.google.com/go v0.112.1 // indirect
129+
cloud.google.com/go/compute v1.25.0 // indirect
130130
cloud.google.com/go/compute/metadata v0.2.3 // indirect
131131
cloud.google.com/go/iam v1.1.6 // indirect
132132
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
@@ -152,7 +152,7 @@ require (
152152
github.com/blang/semver/v4 v4.0.0 // indirect
153153
github.com/cespare/xxhash/v2 v2.2.0 // indirect
154154
github.com/chai2010/gettext-go v1.0.2 // indirect
155-
github.com/cjlapao/common-go v0.0.29 // indirect
155+
github.com/cjlapao/common-go v0.0.39 // indirect
156156
github.com/coreos/go-semver v0.3.1 // indirect
157157
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
158158
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687 // indirect
@@ -217,11 +217,12 @@ require (
217217
github.com/mattn/go-colorable v0.1.13 // indirect
218218
github.com/mattn/go-isatty v0.0.20 // indirect
219219
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
220-
github.com/microsoft/kiota-abstractions-go v0.14.0 // indirect
221-
github.com/microsoft/kiota-http-go v0.9.0 // indirect
222-
github.com/microsoft/kiota-serialization-json-go v0.7.2 // indirect
223-
github.com/microsoft/kiota-serialization-text-go v0.6.0 // indirect
224-
github.com/microsoftgraph/msgraph-sdk-go-core v0.30.1 // indirect
220+
github.com/microsoft/kiota-abstractions-go v0.18.0 // indirect
221+
github.com/microsoft/kiota-http-go v0.16.0 // indirect
222+
github.com/microsoft/kiota-serialization-form-go v0.9.0 // indirect
223+
github.com/microsoft/kiota-serialization-json-go v0.9.0 // indirect
224+
github.com/microsoft/kiota-serialization-text-go v0.7.0 // indirect
225+
github.com/microsoftgraph/msgraph-sdk-go-core v0.34.1 // indirect
225226
github.com/mitchellh/go-homedir v1.1.0 // indirect
226227
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
227228
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -253,12 +254,11 @@ require (
253254
github.com/zclconf/go-cty v1.11.0 // indirect
254255
go.mongodb.org/mongo-driver v1.14.0 // indirect
255256
go.opencensus.io v0.24.0 // indirect
256-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.48.0 // indirect
257-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 // indirect
258-
go.opentelemetry.io/otel v1.23.0 // indirect
259-
go.opentelemetry.io/otel/metric v1.23.0 // indirect
260-
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
261-
go.opentelemetry.io/otel/trace v1.23.0 // indirect
257+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
258+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
259+
go.opentelemetry.io/otel v1.24.0 // indirect
260+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
261+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
262262
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
263263
go.uber.org/multierr v1.11.0 // indirect
264264
go.uber.org/zap v1.26.0 // indirect
@@ -270,8 +270,8 @@ require (
270270
golang.org/x/tools v0.17.0 // indirect
271271
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
272272
google.golang.org/appengine v1.6.8 // indirect
273-
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
274-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
273+
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
274+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
275275
google.golang.org/protobuf v1.33.0 // indirect
276276
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
277277
gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect

0 commit comments

Comments
 (0)