@@ -4,14 +4,14 @@ go 1.19
4
4
5
5
require (
6
6
github.com/IBM-Cloud/power-go-client v1.2.2
7
- github.com/IBM/go-sdk-core/v5 v5.12.2
8
- github.com/IBM/platform-services-go-sdk v0.31.6
7
+ github.com/IBM/go-sdk-core/v5 v5.13.0
8
+ github.com/IBM/platform-services-go-sdk v0.32.0
9
9
github.com/container-storage-interface/spec v1.6.0
10
10
github.com/davecgh/go-spew v1.1.1
11
11
github.com/golang/mock v1.6.0
12
12
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
13
- github.com/onsi/ginkgo/v2 v2.1.6
14
- github.com/onsi/gomega v1.20 .1
13
+ github.com/onsi/ginkgo/v2 v2.8.1
14
+ github.com/onsi/gomega v1.27 .1
15
15
github.com/pkg/errors v0.9.1
16
16
golang.org/x/sys v0.5.0
17
17
google.golang.org/grpc v1.53.0
@@ -49,11 +49,11 @@ require (
49
49
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
50
50
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
51
51
github.com/felixge/httpsnoop v1.0.1 // indirect
52
- github.com/fsnotify/fsnotify v1.5.4 // indirect
52
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
53
53
github.com/go-logr/logr v1.2.3 // indirect
54
54
github.com/go-logr/zapr v1.2.3 // indirect
55
55
github.com/go-openapi/analysis v0.21.2 // indirect
56
- github.com/go-openapi/errors v0.20.2 // indirect
56
+ github.com/go-openapi/errors v0.20.3 // indirect
57
57
github.com/go-openapi/jsonpointer v0.19.5 // indirect
58
58
github.com/go-openapi/jsonreference v0.19.6 // indirect
59
59
github.com/go-openapi/loads v0.21.1 // indirect
@@ -62,8 +62,9 @@ require (
62
62
github.com/go-openapi/strfmt v0.21.3 // indirect
63
63
github.com/go-openapi/swag v0.21.1 // indirect
64
64
github.com/go-openapi/validate v0.20.3 // indirect
65
- github.com/go-playground/locales v0.14.0 // indirect
66
- github.com/go-playground/universal-translator v0.18.0 // indirect
65
+ github.com/go-playground/locales v0.14.1 // indirect
66
+ github.com/go-playground/universal-translator v0.18.1 // indirect
67
+ github.com/go-playground/validator/v10 v10.11.2 // indirect
67
68
github.com/gogo/protobuf v1.3.2 // indirect
68
69
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
69
70
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -74,7 +75,7 @@ require (
74
75
github.com/google/uuid v1.3.0 // indirect
75
76
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
76
77
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
77
- github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
78
+ github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
78
79
github.com/imdario/mergo v0.3.12 // indirect
79
80
github.com/inconshreveable/mousetrap v1.0.0 // indirect
80
81
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -83,7 +84,7 @@ require (
83
84
github.com/leodido/go-urn v1.2.1 // indirect
84
85
github.com/mailru/easyjson v0.7.7 // indirect
85
86
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
86
- github.com/mitchellh/mapstructure v1.4.3 // indirect
87
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
87
88
github.com/moby/spdystream v0.2.0 // indirect
88
89
github.com/moby/sys/mountinfo v0.6.0 // indirect
89
90
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -101,7 +102,7 @@ require (
101
102
github.com/prometheus/procfs v0.7.3 // indirect
102
103
github.com/spf13/cobra v1.4.0 // indirect
103
104
github.com/spf13/pflag v1.0.5 // indirect
104
- go.mongodb.org/mongo-driver v1.10.0 // indirect
105
+ go.mongodb.org/mongo-driver v1.11.2 // indirect
105
106
go.opentelemetry.io/contrib v0.20.0 // indirect
106
107
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
107
108
go.opentelemetry.io/otel v0.20.0 // indirect
@@ -115,17 +116,16 @@ require (
115
116
go.uber.org/atomic v1.7.0 // indirect
116
117
go.uber.org/multierr v1.6.0 // indirect
117
118
go.uber.org/zap v1.21.0 // indirect
118
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
119
- golang.org/x/net v0.5 .0 // indirect
119
+ golang.org/x/crypto v0.5.0 // indirect
120
+ golang.org/x/net v0.7 .0 // indirect
120
121
golang.org/x/oauth2 v0.4.0 // indirect
121
- golang.org/x/term v0.4 .0 // indirect
122
- golang.org/x/text v0.6 .0 // indirect
122
+ golang.org/x/term v0.5 .0 // indirect
123
+ golang.org/x/text v0.7 .0 // indirect
123
124
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
124
125
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
125
126
google.golang.org/appengine v1.6.7 // indirect
126
127
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
127
128
google.golang.org/protobuf v1.28.1 // indirect
128
- gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
129
129
gopkg.in/inf.v0 v0.9.1 // indirect
130
130
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
131
131
gopkg.in/warnings.v0 v0.1.1 // indirect
0 commit comments