Skip to content

Commit a4c3c67

Browse files
Bump github.com/IBM/platform-services-go-sdk from 0.55.0 to 0.81.0
Bumps [github.com/IBM/platform-services-go-sdk](https://github.com/IBM/platform-services-go-sdk) from 0.55.0 to 0.81.0. - [Release notes](https://github.com/IBM/platform-services-go-sdk/releases) - [Changelog](https://github.com/IBM/platform-services-go-sdk/blob/main/CHANGELOG.md) - [Commits](IBM/platform-services-go-sdk@v0.55.0...v0.81.0) --- updated-dependencies: - dependency-name: github.com/IBM/platform-services-go-sdk dependency-version: 0.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85ac017 commit a4c3c67

File tree

192 files changed

+26247
-5312
lines changed

Some content is hidden

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

192 files changed

+26247
-5312
lines changed

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/cluster-image-registry-operator
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
cloud.google.com/go/resourcemanager v1.9.6
@@ -18,14 +18,14 @@ require (
1818
github.com/Azure/go-autorest/autorest/mocks v0.4.2
1919
github.com/Azure/go-autorest/autorest/to v0.4.0
2020
github.com/Azure/msi-dataplane v0.4.3
21-
github.com/IBM/go-sdk-core/v5 v5.14.1
21+
github.com/IBM/go-sdk-core/v5 v5.19.1
2222
github.com/IBM/ibm-cos-sdk-go v1.10.0
23-
github.com/IBM/platform-services-go-sdk v0.55.0
23+
github.com/IBM/platform-services-go-sdk v0.81.0
2424
github.com/aws/aws-sdk-go v1.50.35
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2626
github.com/ghodss/yaml v1.0.0
2727
github.com/golang-jwt/jwt v3.2.2+incompatible
28-
github.com/google/go-cmp v0.6.0
28+
github.com/google/go-cmp v0.7.0
2929
github.com/google/uuid v1.6.0
3030
github.com/googleapis/gax-go/v2 v2.12.3
3131
github.com/gophercloud/gophercloud/v2 v2.1.0
@@ -41,7 +41,7 @@ require (
4141
github.com/prometheus/client_model v0.6.1
4242
github.com/prometheus/common v0.55.0
4343
github.com/spf13/cobra v1.8.1
44-
golang.org/x/net v0.35.0
44+
golang.org/x/net v0.38.0
4545
golang.org/x/oauth2 v0.21.0
4646
golang.org/x/time v0.5.0
4747
google.golang.org/api v0.172.0
@@ -85,16 +85,17 @@ require (
8585
github.com/felixge/httpsnoop v1.0.4 // indirect
8686
github.com/fsnotify/fsnotify v1.8.0 // indirect
8787
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
88+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
8889
github.com/go-logr/logr v1.4.2 // indirect
8990
github.com/go-logr/stdr v1.2.2 // indirect
90-
github.com/go-openapi/errors v0.20.3 // indirect
91+
github.com/go-openapi/errors v0.22.1 // indirect
9192
github.com/go-openapi/jsonpointer v0.19.6 // indirect
9293
github.com/go-openapi/jsonreference v0.20.2 // indirect
93-
github.com/go-openapi/strfmt v0.21.5 // indirect
94+
github.com/go-openapi/strfmt v0.23.0 // indirect
9495
github.com/go-openapi/swag v0.22.4 // indirect
9596
github.com/go-playground/locales v0.14.1 // indirect
9697
github.com/go-playground/universal-translator v0.18.1 // indirect
97-
github.com/go-playground/validator/v10 v10.13.0 // indirect
98+
github.com/go-playground/validator/v10 v10.26.0 // indirect
9899
github.com/gofrs/uuid/v5 v5.2.0 // indirect
99100
github.com/gogo/protobuf v1.3.2 // indirect
100101
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
@@ -117,7 +118,7 @@ require (
117118
github.com/josharian/intern v1.0.0 // indirect
118119
github.com/json-iterator/go v1.1.12 // indirect
119120
github.com/kylelemons/godebug v1.1.0 // indirect
120-
github.com/leodido/go-urn v1.2.3 // indirect
121+
github.com/leodido/go-urn v1.4.0 // indirect
121122
github.com/mailru/easyjson v0.7.7 // indirect
122123
github.com/mattn/go-ieproxy v0.0.1 // indirect
123124
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -138,7 +139,7 @@ require (
138139
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
139140
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
140141
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
141-
go.mongodb.org/mongo-driver v1.11.3 // indirect
142+
go.mongodb.org/mongo-driver v1.17.2 // indirect
142143
go.opencensus.io v0.24.0 // indirect
143144
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
144145
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
@@ -151,12 +152,12 @@ require (
151152
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
152153
go.uber.org/multierr v1.11.0 // indirect
153154
go.uber.org/zap v1.26.0 // indirect
154-
golang.org/x/crypto v0.33.0 // indirect
155+
golang.org/x/crypto v0.36.0 // indirect
155156
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
156-
golang.org/x/sync v0.11.0 // indirect
157-
golang.org/x/sys v0.30.0 // indirect
158-
golang.org/x/term v0.29.0 // indirect
159-
golang.org/x/text v0.22.0 // indirect
157+
golang.org/x/sync v0.12.0 // indirect
158+
golang.org/x/sys v0.31.0 // indirect
159+
golang.org/x/term v0.30.0 // indirect
160+
golang.org/x/text v0.23.0 // indirect
160161
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
161162
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
162163
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect

go.sum

Lines changed: 32 additions & 52 deletions
Large diffs are not rendered by default.

vendor/github.com/IBM/go-sdk-core/v5/core/authentication_error.go

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/go-sdk-core/v5/core/authenticator.go

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/IBM/go-sdk-core/v5/core/authenticator_factory.go

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)