Skip to content

Commit 00e8686

Browse files
fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0
1 parent 67613b3 commit 00e8686

File tree

2 files changed

+72
-17
lines changed

2 files changed

+72
-17
lines changed

go.mod

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/hashicorp/go-retryablehttp v0.7.2
4040
github.com/hashicorp/hcl v1.0.0
4141
github.com/hashicorp/terraform-json v0.17.1
42-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
42+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
4343
github.com/helm/helm-mapkubeapis v0.4.1
4444
github.com/imdario/mergo v0.3.13
4545
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
@@ -68,9 +68,9 @@ require (
6868
github.com/xanzy/go-gitlab v0.70.0
6969
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
7070
go.mercari.io/hcledit v0.0.8
71-
golang.org/x/crypto v0.12.0
71+
golang.org/x/crypto v0.13.0
7272
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
73-
golang.org/x/mod v0.10.0
73+
golang.org/x/mod v0.12.0
7474
golang.org/x/oauth2 v0.8.0
7575
gopkg.in/yaml.v2 v2.4.0
7676
helm.sh/helm/v3 v3.11.2
@@ -103,6 +103,7 @@ require (
103103
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
104104
github.com/apparentlymart/go-cidr v1.1.0 // indirect
105105
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
106+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
106107
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a // indirect
107108
github.com/atotto/clipboard v0.1.4 // indirect
108109
github.com/aws/amazon-ec2-instance-selector/v2 v2.4.1 // indirect
@@ -147,17 +148,18 @@ require (
147148
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
148149
github.com/cjlapao/common-go v0.0.39 // indirect
149150
github.com/cloudflare/cfssl v1.6.3 // indirect
151+
github.com/cloudflare/circl v1.3.3 // indirect
150152
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
151-
github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195 // indirect
153+
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
152154
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
153155
github.com/coredns/caddy v1.1.1 // indirect
154156
github.com/coredns/corefile-migration v1.0.20 // indirect
155157
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
156158
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
157159
github.com/dustin/go-humanize v1.0.1 // indirect
158160
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
159-
github.com/envoyproxy/go-control-plane v0.11.0 // indirect
160-
github.com/envoyproxy/protoc-gen-validate v0.10.0 // indirect
161+
github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f // indirect
162+
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
161163
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
162164
github.com/evertras/bubble-table v0.14.4 // indirect
163165
github.com/fatih/camelcase v1.0.0 // indirect
@@ -188,7 +190,7 @@ require (
188190
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
189191
github.com/hashicorp/go-uuid v1.0.3 // indirect
190192
github.com/hashicorp/go-version v1.6.0 // indirect
191-
github.com/hashicorp/hcl/v2 v2.15.0 // indirect
193+
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
192194
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
193195
github.com/jhump/protoreflect v1.8.2 // indirect
194196
github.com/jonboulle/clockwork v0.2.2 // indirect
@@ -248,7 +250,7 @@ require (
248250
github.com/weaveworks/goformation/v4 v4.10.2-0.20221208090411-a71cb48c37d5 // indirect
249251
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
250252
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
251-
github.com/zclconf/go-cty v1.13.2 // indirect
253+
github.com/zclconf/go-cty v1.14.0 // indirect
252254
go.etcd.io/bbolt v1.3.6 // indirect
253255
go.etcd.io/etcd/api/v3 v3.5.6 // indirect
254256
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
@@ -275,7 +277,9 @@ require (
275277
golang.org/x/arch v0.3.0 // indirect
276278
golang.org/x/tools v0.9.1 // indirect
277279
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
278-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
280+
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
281+
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect
282+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
279283
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
280284
gopkg.in/ini.v1 v1.67.0 // indirect
281285
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
@@ -306,7 +310,7 @@ require (
306310
github.com/Masterminds/semver/v3 v3.2.0
307311
github.com/Masterminds/squirrel v1.5.3 // indirect
308312
github.com/Microsoft/go-winio v0.6.0 // indirect
309-
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
313+
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
310314
github.com/acomagu/bufpipe v1.0.3 // indirect
311315
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
312316
github.com/aws/aws-sdk-go-v2/config v1.18.25
@@ -359,9 +363,9 @@ require (
359363
github.com/gosuri/uitable v0.0.4 // indirect
360364
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
361365
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
362-
github.com/hashicorp/go-hclog v1.2.1 // indirect
366+
github.com/hashicorp/go-hclog v1.5.0 // indirect
363367
github.com/hashicorp/logutils v1.0.0 // indirect
364-
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
368+
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
365369
github.com/huandu/xstrings v1.4.0 // indirect
366370
github.com/inconshreveable/mousetrap v1.1.0 // indirect
367371
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -428,15 +432,15 @@ require (
428432
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
429433
golang.org/x/net v0.14.0 // indirect
430434
golang.org/x/sync v0.2.0 // indirect
431-
golang.org/x/sys v0.11.0 // indirect
432-
golang.org/x/term v0.11.0
433-
golang.org/x/text v0.12.0
435+
golang.org/x/sys v0.12.0 // indirect
436+
golang.org/x/term v0.12.0
437+
golang.org/x/text v0.13.0
434438
golang.org/x/time v0.3.0 // indirect
435439
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
436440
google.golang.org/api v0.122.0
437441
google.golang.org/appengine v1.6.7 // indirect
438-
google.golang.org/grpc v1.55.0 // indirect
439-
google.golang.org/protobuf v1.30.0 // indirect
442+
google.golang.org/grpc v1.57.0 // indirect
443+
google.golang.org/protobuf v1.31.0 // indirect
440444
gopkg.in/inf.v0 v0.9.1 // indirect
441445
gopkg.in/warnings.v0 v0.1.2 // indirect
442446
k8s.io/apiextensions-apiserver v0.26.1

0 commit comments

Comments
 (0)