@@ -4,14 +4,14 @@ go 1.19
4
4
5
5
require (
6
6
github.com/IBM-Cloud/power-go-client v1.2.3
7
- github.com/IBM/go-sdk-core/v5 v5.13.1
8
- github.com/IBM/platform-services-go-sdk v0.37.3
7
+ github.com/IBM/go-sdk-core/v5 v5.13.2
8
+ github.com/IBM/platform-services-go-sdk v0.37.4
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.8.1
14
- github.com/onsi/gomega v1.27.1
13
+ github.com/onsi/ginkgo/v2 v2.9.2
14
+ github.com/onsi/gomega v1.27.6
15
15
github.com/pkg/errors v0.9.1
16
16
golang.org/x/sys v0.8.0
17
17
google.golang.org/grpc v1.55.0
@@ -39,7 +39,7 @@ require (
39
39
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
40
40
github.com/PuerkitoBio/purell v1.1.1 // indirect
41
41
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
42
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
42
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
43
43
github.com/aws/aws-sdk-go v1.38.49 // indirect
44
44
github.com/beorn7/perks v1.0.1 // indirect
45
45
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -59,19 +59,21 @@ require (
59
59
github.com/go-openapi/loads v0.21.1 // indirect
60
60
github.com/go-openapi/runtime v0.23.0 // indirect
61
61
github.com/go-openapi/spec v0.20.4 // indirect
62
- github.com/go-openapi/strfmt v0.21.3 // indirect
62
+ github.com/go-openapi/strfmt v0.21.5 // indirect
63
63
github.com/go-openapi/swag v0.21.1 // indirect
64
64
github.com/go-openapi/validate v0.20.3 // indirect
65
65
github.com/go-playground/locales v0.14.1 // indirect
66
66
github.com/go-playground/universal-translator v0.18.1 // indirect
67
- github.com/go-playground/validator/v10 v10.11.2 // indirect
67
+ github.com/go-playground/validator/v10 v10.13.0 // indirect
68
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
68
69
github.com/gogo/protobuf v1.3.2 // indirect
69
70
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
70
71
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
71
72
github.com/golang/protobuf v1.5.3 // indirect
72
73
github.com/google/gnostic v0.5.7-v3refs // indirect
73
74
github.com/google/go-cmp v0.5.9 // indirect
74
75
github.com/google/gofuzz v1.1.0 // indirect
76
+ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
75
77
github.com/google/uuid v1.3.0 // indirect
76
78
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
77
79
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -81,7 +83,7 @@ require (
81
83
github.com/jmespath/go-jmespath v0.4.0 // indirect
82
84
github.com/josharian/intern v1.0.0 // indirect
83
85
github.com/json-iterator/go v1.1.12 // indirect
84
- github.com/leodido/go-urn v1.2.1 // indirect
86
+ github.com/leodido/go-urn v1.2.3 // indirect
85
87
github.com/mailru/easyjson v0.7.7 // indirect
86
88
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
87
89
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -102,7 +104,7 @@ require (
102
104
github.com/prometheus/procfs v0.7.3 // indirect
103
105
github.com/spf13/cobra v1.4.0 // indirect
104
106
github.com/spf13/pflag v1.0.5 // indirect
105
- go.mongodb.org/mongo-driver v1.11.2 // indirect
107
+ go.mongodb.org/mongo-driver v1.11.3 // indirect
106
108
go.opentelemetry.io/contrib v0.20.0 // indirect
107
109
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
108
110
go.opentelemetry.io/otel v0.20.0 // indirect
@@ -116,12 +118,13 @@ require (
116
118
go.uber.org/atomic v1.7.0 // indirect
117
119
go.uber.org/multierr v1.6.0 // indirect
118
120
go.uber.org/zap v1.21.0 // indirect
119
- golang.org/x/crypto v0.5 .0 // indirect
121
+ golang.org/x/crypto v0.7 .0 // indirect
120
122
golang.org/x/net v0.8.0 // indirect
121
123
golang.org/x/oauth2 v0.6.0 // indirect
122
124
golang.org/x/term v0.6.0 // indirect
123
125
golang.org/x/text v0.8.0 // indirect
124
126
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
127
+ golang.org/x/tools v0.7.0 // indirect
125
128
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
126
129
google.golang.org/appengine v1.6.7 // indirect
127
130
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
0 commit comments