Skip to content

Commit e1a3d3e

Browse files
authored
update github.com/IBM modules (#1154)
1 parent 3490f01 commit e1a3d3e

File tree

2 files changed

+36
-68
lines changed

2 files changed

+36
-68
lines changed

go.mod

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,24 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud
22

33
go 1.19
44

5-
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.5
5+
// Keep these modules sync with sigs.k8s.io/cluster-api repository
6+
replace (
7+
github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.6.0
8+
github.com/onsi/gomega => github.com/onsi/gomega v1.24.1
9+
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.3.5
10+
)
611

712
require (
813
github.com/IBM-Cloud/power-go-client v1.2.2
9-
github.com/IBM/go-sdk-core/v5 v5.12.1
10-
github.com/IBM/platform-services-go-sdk v0.31.6
11-
github.com/IBM/vpc-go-sdk v0.32.0
14+
github.com/IBM/go-sdk-core/v5 v5.13.0
15+
github.com/IBM/platform-services-go-sdk v0.32.2
16+
github.com/IBM/vpc-go-sdk v0.33.0
1217
github.com/go-logr/logr v1.2.3
1318
github.com/go-openapi/strfmt v0.21.3
1419
github.com/golang-jwt/jwt v3.2.2+incompatible
1520
github.com/golang/mock v1.6.0
1621
github.com/onsi/ginkgo/v2 v2.6.0
17-
github.com/onsi/gomega v1.24.1
22+
github.com/onsi/gomega v1.27.1
1823
github.com/pkg/errors v0.9.1
1924
github.com/spf13/cobra v1.6.1
2025
github.com/spf13/pflag v1.0.5
@@ -61,16 +66,17 @@ require (
6166
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
6267
github.com/fsnotify/fsnotify v1.6.0 // indirect
6368
github.com/go-openapi/analysis v0.21.2 // indirect
64-
github.com/go-openapi/errors v0.20.2 // indirect
69+
github.com/go-openapi/errors v0.20.3 // indirect
6570
github.com/go-openapi/jsonpointer v0.19.5 // indirect
6671
github.com/go-openapi/jsonreference v0.20.0 // indirect
6772
github.com/go-openapi/loads v0.21.1 // indirect
6873
github.com/go-openapi/runtime v0.23.0 // indirect
6974
github.com/go-openapi/spec v0.20.4 // indirect
7075
github.com/go-openapi/swag v0.22.3 // indirect
7176
github.com/go-openapi/validate v0.20.3 // indirect
72-
github.com/go-playground/locales v0.14.0 // indirect
73-
github.com/go-playground/universal-translator v0.18.0 // indirect
77+
github.com/go-playground/locales v0.14.1 // indirect
78+
github.com/go-playground/universal-translator v0.18.1 // indirect
79+
github.com/go-playground/validator/v10 v10.11.2 // indirect
7480
github.com/gobuffalo/flect v0.3.0 // indirect
7581
github.com/gogo/protobuf v1.3.2 // indirect
7682
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -84,7 +90,7 @@ require (
8490
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
8591
github.com/google/uuid v1.3.0 // indirect
8692
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
87-
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
93+
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
8894
github.com/hashicorp/hcl v1.0.0 // indirect
8995
github.com/huandu/xstrings v1.3.3 // indirect
9096
github.com/imdario/mergo v0.3.13 // indirect
@@ -123,7 +129,7 @@ require (
123129
github.com/stoewer/go-strcase v1.2.0 // indirect
124130
github.com/subosito/gotenv v1.4.1 // indirect
125131
github.com/valyala/fastjson v1.6.3 // indirect
126-
go.mongodb.org/mongo-driver v1.10.0 // indirect
132+
go.mongodb.org/mongo-driver v1.11.2 // indirect
127133
golang.org/x/net v0.8.0 // indirect
128134
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
129135
golang.org/x/sys v0.6.0 // indirect
@@ -133,7 +139,6 @@ require (
133139
google.golang.org/appengine v1.6.7 // indirect
134140
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
135141
google.golang.org/protobuf v1.28.1 // indirect
136-
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
137142
gopkg.in/inf.v0 v0.9.1 // indirect
138143
gopkg.in/ini.v1 v1.67.0 // indirect
139144
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)