Skip to content

Commit 2294fb1

Browse files
Merge pull request #76 from Pacho20/bump-vpc-go-sdk
OCPBUGS-71220: Bump vpc go sdk
2 parents 559ea0b + b297acc commit 2294fb1

192 files changed

Lines changed: 46442 additions & 29682 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/openshift/machine-api-provider-ibmcloud
33
go 1.24.0
44

55
require (
6-
github.com/IBM/go-sdk-core/v5 v5.18.5
6+
github.com/IBM/go-sdk-core/v5 v5.21.2
77
github.com/IBM/platform-services-go-sdk v0.74.0
8-
github.com/IBM/vpc-go-sdk v0.64.0
8+
github.com/IBM/vpc-go-sdk v0.78.1
99
github.com/blang/semver v3.5.1+incompatible
1010
github.com/coreos/ignition/v2 v2.20.0
1111
github.com/go-logr/logr v1.4.3
@@ -32,7 +32,6 @@ require (
3232
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
3333
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3434
github.com/Masterminds/semver/v3 v3.4.0 // indirect
35-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3635
github.com/beorn7/perks v1.0.1 // indirect
3736
github.com/blang/semver/v4 v4.0.0 // indirect
3837
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -47,17 +46,18 @@ require (
4746
github.com/fatih/color v1.18.0 // indirect
4847
github.com/fsnotify/fsnotify v1.9.0 // indirect
4948
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
50-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
49+
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
5150
github.com/go-errors/errors v1.4.2 // indirect
52-
github.com/go-openapi/errors v0.22.0 // indirect
51+
github.com/go-openapi/errors v0.22.4 // indirect
5352
github.com/go-openapi/jsonpointer v0.21.0 // indirect
5453
github.com/go-openapi/jsonreference v0.21.0 // indirect
55-
github.com/go-openapi/strfmt v0.23.0 // indirect
54+
github.com/go-openapi/strfmt v0.25.0 // indirect
5655
github.com/go-openapi/swag v0.23.0 // indirect
5756
github.com/go-playground/locales v0.14.1 // indirect
5857
github.com/go-playground/universal-translator v0.18.1 // indirect
59-
github.com/go-playground/validator/v10 v10.19.0 // indirect
58+
github.com/go-playground/validator/v10 v10.28.0 // indirect
6059
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
60+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
6161
github.com/gobuffalo/flect v1.0.3 // indirect
6262
github.com/gogo/protobuf v1.3.2 // indirect
6363
github.com/google/btree v1.1.3 // indirect
@@ -68,7 +68,7 @@ require (
6868
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
6969
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
7070
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
71-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
71+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
7272
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7373
github.com/josharian/intern v1.0.0 // indirect
7474
github.com/json-iterator/go v1.1.12 // indirect
@@ -78,7 +78,6 @@ require (
7878
github.com/mattn/go-colorable v0.1.14 // indirect
7979
github.com/mattn/go-isatty v0.0.20 // indirect
8080
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
81-
github.com/mitchellh/mapstructure v1.5.0 // indirect
8281
github.com/moby/spdystream v0.5.0 // indirect
8382
github.com/moby/term v0.5.0 // indirect
8483
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -101,21 +100,21 @@ require (
101100
github.com/vincent-petithory/dataurl v1.0.0 // indirect
102101
github.com/x448/float16 v0.8.4 // indirect
103102
github.com/xlab/treeprint v1.2.0 // indirect
104-
go.mongodb.org/mongo-driver v1.14.0 // indirect
103+
go.mongodb.org/mongo-driver v1.17.6 // indirect
105104
go.opentelemetry.io/otel v1.35.0 // indirect
106105
go.opentelemetry.io/otel/trace v1.35.0 // indirect
107-
go.yaml.in/yaml/v2 v2.4.2 // indirect
106+
go.yaml.in/yaml/v2 v2.4.3 // indirect
108107
go.yaml.in/yaml/v3 v3.0.4 // indirect
109-
golang.org/x/crypto v0.43.0 // indirect
110-
golang.org/x/mod v0.28.0 // indirect
111-
golang.org/x/net v0.46.0 // indirect
108+
golang.org/x/crypto v0.45.0 // indirect
109+
golang.org/x/mod v0.29.0 // indirect
110+
golang.org/x/net v0.47.0 // indirect
112111
golang.org/x/oauth2 v0.30.0 // indirect
113-
golang.org/x/sync v0.17.0 // indirect
114-
golang.org/x/sys v0.37.0 // indirect
115-
golang.org/x/term v0.36.0 // indirect
116-
golang.org/x/text v0.30.0 // indirect
112+
golang.org/x/sync v0.18.0 // indirect
113+
golang.org/x/sys v0.38.0 // indirect
114+
golang.org/x/term v0.37.0 // indirect
115+
golang.org/x/text v0.31.0 // indirect
117116
golang.org/x/time v0.14.0 // indirect
118-
golang.org/x/tools v0.37.0 // indirect
117+
golang.org/x/tools v0.38.0 // indirect
119118
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
120119
google.golang.org/protobuf v1.36.8 // indirect
121120
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

go.sum

Lines changed: 36 additions & 38 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 1 deletion
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/base_service.go

Lines changed: 3 additions & 3 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/constants.go

Lines changed: 26 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/container_authenticator.go

Lines changed: 12 additions & 7 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/cp4d_authenticator.go

Lines changed: 1 addition & 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/iam_assume_authenticator.go

Lines changed: 1 addition & 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/iam_authenticator.go

Lines changed: 1 addition & 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/mcsp_authenticator.go renamed to vendor/github.com/IBM/go-sdk-core/v5/core/mcsp_v1_authenticator.go

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

0 commit comments

Comments
 (0)