1
1
module github.com/IBM-Cloud/terraform-provider-ibm
2
2
3
- go 1.22.4
3
+ go 1.22.5
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.23.2
6
6
7
7
require (
8
8
github.com/IBM-Cloud/bluemix-go v0.0.0-20241117121028-a3be206688b3
@@ -54,110 +54,104 @@ require (
54
54
github.com/google/uuid v1.6.0
55
55
github.com/hashicorp/go-uuid v1.0.3
56
56
github.com/hashicorp/go-version v1.7.0
57
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.29 .0
57
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.35 .0
58
58
github.com/jinzhu/copier v0.3.2
59
59
github.com/minsikl/netscaler-nitro-go v0.0.0-20170827154432-5b14ce3643e3
60
60
github.com/mitchellh/go-homedir v1.1.0
61
- github.com/openshift/api v0.0.0-20230329202819-04d4fb776982
61
+ github.com/openshift/api v0.0.0-20240301093301-ce10821dc999
62
62
github.com/openshift/client-go v0.0.0-20230324103026-3f1513df25e0
63
63
github.com/pkg/errors v0.9.1
64
- github.com/rook/rook v1.11.4
64
+ github.com/rook/rook/pkg/apis v0.0.0-20231204200402-5287527732f7
65
65
github.com/softlayer/softlayer-go v1.0.3
66
66
github.com/stretchr/testify v1.9.0
67
67
golang.org/x/crypto v0.28.0
68
68
gopkg.in/yaml.v3 v3.0.1
69
69
gotest.tools v2.2.0+incompatible
70
- k8s.io/api v0.26.3
71
- k8s.io/apimachinery v0.26.3
72
- k8s.io/client-go v0.26 .1
73
- k8s.io/utils v0.0.0-20230313181309-38a27ef9d749
74
- sigs.k8s.io/controller-runtime v0.14.1
70
+ k8s.io/api v0.31.1
71
+ k8s.io/apimachinery v0.31.1
72
+ k8s.io/client-go v0.31 .1
73
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
74
+ sigs.k8s.io/controller-runtime v0.19.3
75
75
)
76
76
77
77
require (
78
- cloud.google.com/go/kms v1.10.1 // indirect
79
- cloud.google.com/go/monitoring v1.13.0 // indirect
78
+ github.com/BurntSushi/toml v1.2.0 // indirect
80
79
github.com/Logicalis/asn1 v0.0.0-20190312173541-d60463189a56 // indirect
80
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
81
81
github.com/PromonLogicalis/asn1 v0.0.0-20190312173541-d60463189a56 // indirect
82
- github.com/ProtonMail/go-crypto v0.0 .0-20230828082145-3c4c8a2d2371 // indirect
82
+ github.com/ProtonMail/go-crypto v1.1 .0-alpha.2 // indirect
83
83
github.com/agext/levenshtein v1.2.2 // indirect
84
84
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
85
85
github.com/apex/log v1.9.0 // indirect
86
86
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
87
- github.com/armon/go-metrics v0.4.1 // indirect
88
87
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
89
- github.com/beorn7/perks v1.0.1 // indirect
90
- github.com/cenkalti/backoff/v3 v3.2.2 // indirect
91
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
88
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
92
89
github.com/cloudflare/circl v1.3.7 // indirect
93
90
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
94
- github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
95
- github.com/coreos/pkg v0.0.0-20220810130054-c7d1c02cb6cf // indirect
91
+ github.com/containernetworking/cni v1.2.0-rc1 // indirect
96
92
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
97
93
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
98
94
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
99
95
github.com/eapache/go-resiliency v1.4.0 // indirect
100
96
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
101
97
github.com/eapache/queue v1.1.0 // indirect
102
- github.com/emicklei/go-restful/v3 v3.10.0 // indirect
103
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
98
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
99
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
104
100
github.com/fatih/color v1.16.0 // indirect
105
- github.com/frankban/quicktest v1.14.3 // indirect
106
- github.com/fsnotify/fsnotify v1.8.0 // indirect
101
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
107
102
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
108
- github.com/go-jose/go-jose/v3 v3 .0.3 // indirect
109
- github.com/go-logr/logr v1.4.1 // indirect
103
+ github.com/go-jose/go-jose/v4 v4 .0.1 // indirect
104
+ github.com/go-logr/logr v1.4.2 // indirect
110
105
github.com/go-logr/stdr v1.2.2 // indirect
111
106
github.com/go-openapi/analysis v0.21.5 // indirect
112
107
github.com/go-openapi/errors v0.22.0 // indirect
113
- github.com/go-openapi/jsonpointer v0.20.1 // indirect
114
- github.com/go-openapi/jsonreference v0.20.3 // indirect
108
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
109
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
115
110
github.com/go-openapi/loads v0.21.3 // indirect
116
111
github.com/go-openapi/runtime v0.26.0 // indirect
117
112
github.com/go-openapi/spec v0.20.12 // indirect
118
- github.com/go-openapi/swag v0.22.5 // indirect
113
+ github.com/go-openapi/swag v0.23.0 // indirect
119
114
github.com/go-openapi/validate v0.22.4 // indirect
120
115
github.com/go-ozzo/ozzo-validation/v4 v4.3.0 // indirect
121
116
github.com/go-playground/locales v0.14.1 // indirect
122
117
github.com/go-playground/universal-translator v0.18.1 // indirect
123
118
github.com/go-playground/validator/v10 v10.22.1 // indirect
119
+ github.com/go-test/deep v1.1.0 // indirect
124
120
github.com/gogo/protobuf v1.3.2 // indirect
125
- github.com/golang/protobuf v1.5.3 // indirect
121
+ github.com/golang/protobuf v1.5.4 // indirect
126
122
github.com/golang/snappy v0.0.4 // indirect
127
- github.com/google/gnostic v0.6.9 // indirect
123
+ github.com/google/gnostic-models v0.6.8 // indirect
128
124
github.com/google/go-querystring v1.1.0 // indirect
129
125
github.com/google/gofuzz v1.2.0 // indirect
126
+ github.com/gorilla/websocket v1.5.0 // indirect
130
127
github.com/hashicorp/errwrap v1.1.0 // indirect
131
128
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
132
129
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
133
130
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
134
131
github.com/hashicorp/go-hclog v1.6.3 // indirect
135
- github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
136
132
github.com/hashicorp/go-multierror v1.1.1 // indirect
137
- github.com/hashicorp/go-plugin v1.5.1 // indirect
133
+ github.com/hashicorp/go-plugin v1.6.2 // indirect
138
134
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
139
135
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
140
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
136
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
141
137
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
142
- github.com/hashicorp/go-sockaddr v1.0.2 // indirect
143
- github.com/hashicorp/golang-lru v0.5.4 // indirect
144
- github.com/hashicorp/hc-install v0.6.1 // indirect
138
+ github.com/hashicorp/go-sockaddr v1.0.6 // indirect
139
+ github.com/hashicorp/hc-install v0.9.0 // indirect
145
140
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
146
- github.com/hashicorp/hcl/v2 v2.18 .0 // indirect
141
+ github.com/hashicorp/hcl/v2 v2.22 .0 // indirect
147
142
github.com/hashicorp/logutils v1.0.0 // indirect
148
- github.com/hashicorp/terraform-exec v0.19 .0 // indirect
149
- github.com/hashicorp/terraform-json v0.17.1 // indirect
150
- github.com/hashicorp/terraform-plugin-go v0.19 .0 // indirect
143
+ github.com/hashicorp/terraform-exec v0.21 .0 // indirect
144
+ github.com/hashicorp/terraform-json v0.23.0 // indirect
145
+ github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
151
146
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
152
- github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
147
+ github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
153
148
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
154
- github.com/hashicorp/vault v1.13.7 // indirect
155
- github.com/hashicorp/vault/api v1.9.2 // indirect
156
- github.com/hashicorp/vault/api/auth/approle v0.3.0 // indirect
157
- github.com/hashicorp/vault/sdk v0.10.0 // indirect
149
+ github.com/hashicorp/vault/api v1.15.0 // indirect
150
+ github.com/hashicorp/vault/api/auth/approle v0.6.0 // indirect
151
+ github.com/hashicorp/vault/api/auth/kubernetes v0.6.0 // indirect
158
152
github.com/hashicorp/yamux v0.1.1 // indirect
159
153
github.com/hokaccha/go-prettyjson v0.0.0-20170213120834-e6b9231a2b1c // indirect
160
- github.com/imdario/mergo v0.3.15 // indirect
154
+ github.com/imdario/mergo v0.3.16 // indirect
161
155
github.com/jarcoal/httpmock v1.0.7 // indirect
162
156
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
163
157
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
@@ -167,71 +161,72 @@ require (
167
161
github.com/jmespath/go-jmespath v0.4.0 // indirect
168
162
github.com/josharian/intern v1.0.0 // indirect
169
163
github.com/json-iterator/go v1.1.12 // indirect
164
+ github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.0 // indirect
170
165
github.com/klauspost/compress v1.16.7 // indirect
171
166
github.com/kube-object-storage/lib-bucket-provisioner v0.0.0-20221122204822-d1a8c34382f1 // indirect
172
167
github.com/leodido/go-urn v1.4.0 // indirect
173
- github.com/libopenstorage/secrets v0.0.0-20220823020833-2ecadaf59d8a // indirect
168
+ github.com/libopenstorage/secrets v0.0.0-20240416031220-a17cf7f72c6c // indirect
174
169
github.com/mailru/easyjson v0.7.7 // indirect
175
170
github.com/mattn/go-colorable v0.1.13 // indirect
176
171
github.com/mattn/go-isatty v0.0.20 // indirect
177
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
178
172
github.com/mitchellh/copystructure v1.2.0 // indirect
179
173
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
180
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
174
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
181
175
github.com/mitchellh/mapstructure v1.5.0 // indirect
182
176
github.com/mitchellh/reflectwalk v1.0.2 // indirect
183
- github.com/moby/spdystream v0.2 .0 // indirect
177
+ github.com/moby/spdystream v0.4 .0 // indirect
184
178
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
185
179
github.com/modern-go/reflect2 v1.0.2 // indirect
186
180
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
181
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
187
182
github.com/nicksnyder/go-i18n v1.10.0 // indirect
188
183
github.com/oklog/run v1.1.0 // indirect
189
184
github.com/oklog/ulid v1.3.1 // indirect
190
185
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
191
186
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
192
187
github.com/pelletier/go-toml v1.7.0 // indirect
193
- github.com/pierrec/lz4 v2.6.1+incompatible // indirect
194
188
github.com/pierrec/lz4/v4 v4.1.18 // indirect
195
189
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
196
- github.com/prometheus/client_golang v1.14.0 // indirect
197
- github.com/prometheus/client_model v0.3.0 // indirect
198
- github.com/prometheus/common v0.37.0 // indirect
199
- github.com/prometheus/procfs v0.8.0 // indirect
200
190
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
201
191
github.com/ryanuber/go-glob v1.0.0 // indirect
202
- github.com/sirupsen/logrus v1.9.0 // indirect
192
+ github.com/sirupsen/logrus v1.9.3 // indirect
203
193
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
204
194
github.com/spf13/pflag v1.0.5 // indirect
205
195
github.com/stretchr/objx v0.5.2 // indirect
206
196
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
207
- github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
197
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
208
198
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
209
- github.com/zclconf/go-cty v1.14.1 // indirect
199
+ github.com/x448/float16 v0.8.4 // indirect
200
+ github.com/zclconf/go-cty v1.15.0 // indirect
210
201
go.mongodb.org/mongo-driver v1.16.1 // indirect
211
- go.opentelemetry.io/otel v1.14.0 // indirect
212
- go.opentelemetry.io/otel/trace v1.14.0 // indirect
202
+ go.opentelemetry.io/otel v1.28.0 // indirect
203
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
204
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
205
+ go.uber.org/atomic v1.9.0 // indirect
213
206
go.uber.org/ratelimit v0.2.0 // indirect
207
+ go.uber.org/zap v1.27.0 // indirect
214
208
golang.org/x/mod v0.21.0 // indirect
215
209
golang.org/x/net v0.30.0 // indirect
216
- golang.org/x/oauth2 v0.7.0 // indirect
210
+ golang.org/x/oauth2 v0.22.0 // indirect
211
+ golang.org/x/sync v0.8.0 // indirect
217
212
golang.org/x/sys v0.28.0 // indirect
218
213
golang.org/x/term v0.25.0 // indirect
219
214
golang.org/x/text v0.19.0 // indirect
220
- golang.org/x/time v0.3 .0 // indirect
221
- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
222
- google.golang.org/appengine v1.6.7 // indirect
223
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
224
- google.golang.org/grpc v1.57 .1 // indirect
225
- google.golang.org/protobuf v1.34 .1 // indirect
215
+ golang.org/x/time v0.5 .0 // indirect
216
+ golang.org/x/tools v0.26 .0 // indirect
217
+ google.golang.org/appengine v1.6.8 // indirect
218
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
219
+ google.golang.org/grpc v1.67 .1 // indirect
220
+ google.golang.org/protobuf v1.35 .1 // indirect
226
221
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
227
222
gopkg.in/inf.v0 v0.9.1 // indirect
228
223
gopkg.in/ini.v1 v1.67.0 // indirect
229
224
gopkg.in/yaml.v2 v2.4.0 // indirect
230
- k8s.io/klog/v2 v2.90 .1 // indirect
231
- k8s.io/kube-openapi v0.0.0-20221110221610-a28e98eb7c70 // indirect
225
+ k8s.io/klog/v2 v2.130 .1 // indirect
226
+ k8s.io/kube-openapi v0.0.0-20240620174524-b456828f718b // indirect
232
227
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
233
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
234
- sigs.k8s.io/yaml v1.3 .0 // indirect
228
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
229
+ sigs.k8s.io/yaml v1.4 .0 // indirect
235
230
)
236
231
237
232
replace github.com/softlayer/softlayer-go v1.0.3 => github.com/IBM-Cloud/softlayer-go v1.0.5-tf
@@ -241,7 +236,14 @@ replace github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/golang-jwt
241
236
// add sdk changes.
242
237
replace github.com/portworx/sched-ops v0.0.0-20200831185134-3e8010dc7056 => github.com/portworx/sched-ops v0.20.4-openstorage-rc3 // required by rook v1.7
243
238
239
+ replace github.com/hashicorp/consul/api v1.1.0 => github.com/hashicorp/consul/api v1.30.0
240
+
241
+ replace github.com/hashicorp/vault => github.com/hashicorp/vault v1.18.2
242
+
243
+ replace github.com/hashicorp/vault/api/auth/approle => github.com/hashicorp/vault/api/auth/approle v0.8.0
244
+
244
245
exclude (
246
+ github.com/kubernetes-incubator/external-storage v0.0.0-00010101000000-000000000000
245
247
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc2
246
248
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
247
249
k8s.io/client-go v12.0.0+incompatible
0 commit comments