Skip to content

Commit 9bd3a67

Browse files
dependabot[bot]adambabik
authored andcommitted
build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.38.1 to 2.38.2. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.38.1...v2.38.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.38.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 284f106 commit 9bd3a67

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

go.mod

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ go 1.25.0
55
require (
66
github.com/eapache/go-resiliency v1.7.0
77
github.com/hashicorp/go-cty v1.5.0
8-
github.com/hashicorp/go-version v1.8.0
9-
github.com/hashicorp/hc-install v0.9.2
10-
github.com/hashicorp/terraform-exec v0.24.0
118
github.com/hashicorp/terraform-plugin-go v0.29.0
129
github.com/hashicorp/terraform-plugin-log v0.10.0
1310
github.com/hashicorp/terraform-plugin-mux v0.21.0
14-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
15-
github.com/pkg/errors v0.9.1
16-
github.com/stretchr/testify v1.11.1
11+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.2
1712
golang.org/x/net v0.48.0
1813
sigs.k8s.io/yaml v1.6.0
1914
)
@@ -31,7 +26,6 @@ require (
3126
github.com/bgentry/speakeasy v0.1.0 // indirect
3227
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
3328
github.com/cloudflare/circl v1.6.1 // indirect
34-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3529
github.com/fatih/color v1.18.0 // indirect
3630
github.com/golang/protobuf v1.5.4 // indirect
3731
github.com/google/go-cmp v0.7.0 // indirect
@@ -45,8 +39,11 @@ require (
4539
github.com/hashicorp/go-plugin v1.7.0 // indirect
4640
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4741
github.com/hashicorp/go-uuid v1.0.3 // indirect
42+
github.com/hashicorp/go-version v1.8.0 // indirect
43+
github.com/hashicorp/hc-install v0.9.2 // indirect
4844
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
4945
github.com/hashicorp/logutils v1.0.0 // indirect
46+
github.com/hashicorp/terraform-exec v0.24.0 // indirect
5047
github.com/hashicorp/terraform-json v0.27.2 // indirect
5148
github.com/hashicorp/terraform-plugin-docs v0.24.0 // indirect
5249
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
@@ -63,11 +60,11 @@ require (
6360
github.com/mitchellh/mapstructure v1.5.0 // indirect
6461
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6562
github.com/oklog/run v1.2.0 // indirect
66-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6763
github.com/posener/complete v1.2.3 // indirect
6864
github.com/rivo/uniseg v0.4.7 // indirect
6965
github.com/shopspring/decimal v1.3.1 // indirect
7066
github.com/spf13/cast v1.5.0 // indirect
67+
github.com/stretchr/testify v1.11.1 // indirect
7168
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
7269
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7370
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
@@ -77,12 +74,12 @@ require (
7774
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
7875
go.yaml.in/yaml/v2 v2.4.3 // indirect
7976
go.yaml.in/yaml/v3 v3.0.4 // indirect
80-
golang.org/x/crypto v0.46.0 // indirect
77+
golang.org/x/crypto v0.47.0 // indirect
8178
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
8279
golang.org/x/mod v0.31.0 // indirect
8380
golang.org/x/sync v0.19.0 // indirect
84-
golang.org/x/sys v0.39.0 // indirect
85-
golang.org/x/text v0.32.0 // indirect
81+
golang.org/x/sys v0.40.0 // indirect
82+
golang.org/x/text v0.33.0 // indirect
8683
golang.org/x/tools v0.40.0 // indirect
8784
google.golang.org/appengine v1.6.8 // indirect
8885
google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect
@@ -98,6 +95,4 @@ tool (
9895
mvdan.cc/gofumpt
9996
)
10097

101-
ignore (
102-
.git
103-
)
98+
ignore .git

go.sum

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/hashicorp/terraform-plugin-log v0.10.0 h1:eu2kW6/QBVdN4P3Ju2WiB2W3Obj
117117
github.com/hashicorp/terraform-plugin-log v0.10.0/go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0=
118118
github.com/hashicorp/terraform-plugin-mux v0.21.0 h1:QsEYnzSD2c3zT8zUrUGqaFGhV/Z8zRUlU7FY3ZPJFfw=
119119
github.com/hashicorp/terraform-plugin-mux v0.21.0/go.mod h1:Qpt8+6AD7NmL0DS7ASkN0EXpDQ2J/FnnIgeUr1tzr5A=
120-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 h1:mlAq/OrMlg04IuJT7NpefI1wwtdpWudnEmjuQs04t/4=
121-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1/go.mod h1:GQhpKVvvuwzD79e8/NZ+xzj+ZpWovdPAe8nfV/skwNU=
120+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.2 h1:sy0Bc4A/GZNdmwpVX/Its9aIweCfY9fRfY1IgmXkOj8=
121+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.2/go.mod h1:MQisArXYCowb/5q4lDS/BWp5KnXiZ4lxOIyrpKBpUBE=
122122
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=
123123
github.com/hashicorp/terraform-registry-address v0.4.0/go.mod h1:LRS1Ay0+mAiRkUyltGT+UHWkIqTFvigGn/LbMshfflE=
124124
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
@@ -169,8 +169,6 @@ github.com/oklog/run v1.2.0 h1:O8x3yXwah4A73hJdlrwo/2X6J62gE5qTMusH0dvz60E=
169169
github.com/oklog/run v1.2.0/go.mod h1:mgDbKRSwPhJfesJ4PntqFUbKQRZ50NgmZTSPlFA0YFk=
170170
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
171171
github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
172-
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
173-
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
174172
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
175173
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
176174
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -237,8 +235,8 @@ go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
237235
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
238236
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
239237
golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
240-
golang.org/x/crypto v0.46.0 h1:cKRW/pmt1pKAfetfu+RCEvjvZkA9RimPbh7bhFjGVBU=
241-
golang.org/x/crypto v0.46.0/go.mod h1:Evb/oLKmMraqjZ2iQTwDwvCtJkczlDuTmdJXoZVzqU0=
238+
golang.org/x/crypto v0.47.0 h1:V6e3FRj+n4dbpw86FJ8Fv7XVOql7TEwpHapKoMJ/GO8=
239+
golang.org/x/crypto v0.47.0/go.mod h1:ff3Y9VzzKbwSSEzWqJsJVBnWmRwRSHt/6Op5n9bQc4A=
242240
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk=
243241
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY=
244242
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
@@ -268,8 +266,8 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
268266
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
269267
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
270268
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
271-
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
272-
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
269+
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
270+
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
273271
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
274272
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
275273
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
@@ -278,8 +276,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
278276
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
279277
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
280278
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
281-
golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
282-
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=
279+
golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE=
280+
golang.org/x/text v0.33.0/go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8=
283281
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
284282
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
285283
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=

0 commit comments

Comments
 (0)