Skip to content

Commit 0d179f5

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.1 in the go-dependencies group (#1108)
* build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 Bumps the go-dependencies group with 1 update: [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk). Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.37.0 to 2.38.1 - [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.37.0...v2.38.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.38.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * docs(CHANGELOG.md): add dependency bump from dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Gomez <anthony.gomez@fastly.com>
1 parent 6236feb commit 0d179f5

File tree

3 files changed

+75
-72
lines changed

3 files changed

+75
-72
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
- fix(ngwaf/alerts): Ensure that FASTLY_TF_DISPLAY_SENSITIVE_FIELDS is respected ([#1106](https://github.com/fastly/terraform-provider-fastly/pull/1106))
1414

1515
### DEPENDENCIES:
16-
16+
- build(deps): `github.com/fastly/go-fastly/v11` from 11.3.1 to 12.0.0 ([#1104](https://github.com/fastly/terraform-provider-fastly/pull/1104))
17+
- build(deps): `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.37.0 to 2.38.1 ([#1108](https://github.com/fastly/terraform-provider-fastly/pull/1108))
1718
- build(deps): `github.com/fastly/go-fastly/v11` from 11.3.1 to 12.0.0 ([#1104](https://github.com/fastly/terraform-provider-fastly/pull/1104))
1819

1920
### DOCUMENTATION:

go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/fastly/go-fastly/v12 v12.0.0
1010
github.com/google/go-cmp v0.7.0
1111
github.com/hashicorp/go-cty v1.5.0
12-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
12+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
1313
github.com/stretchr/testify v1.11.1
1414
golang.org/x/net v0.44.0
1515
)
@@ -19,7 +19,7 @@ require (
1919
github.com/agext/levenshtein v1.2.2 // indirect
2020
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2121
github.com/cloudflare/circl v1.6.1 // indirect
22-
github.com/davecgh/go-spew v1.1.1 // indirect
22+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2323
github.com/dnaeon/go-vcr v1.2.0 // indirect
2424
github.com/fatih/color v1.16.0 // indirect
2525
github.com/golang/protobuf v1.5.4 // indirect
@@ -30,46 +30,45 @@ require (
3030
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3131
github.com/hashicorp/go-hclog v1.6.3 // indirect
3232
github.com/hashicorp/go-multierror v1.1.1 // indirect
33-
github.com/hashicorp/go-plugin v1.6.3 // indirect
33+
github.com/hashicorp/go-plugin v1.7.0 // indirect
3434
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
3535
github.com/hashicorp/go-uuid v1.0.3 // indirect
3636
github.com/hashicorp/go-version v1.7.0 // indirect
3737
github.com/hashicorp/hc-install v0.9.2 // indirect
38-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
38+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
3939
github.com/hashicorp/logutils v1.0.0 // indirect
40-
github.com/hashicorp/terraform-exec v0.23.0 // indirect
41-
github.com/hashicorp/terraform-json v0.25.0 // indirect
42-
github.com/hashicorp/terraform-plugin-go v0.27.0 // indirect
40+
github.com/hashicorp/terraform-exec v0.23.1 // indirect
41+
github.com/hashicorp/terraform-json v0.27.1 // indirect
42+
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
4343
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
44-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
44+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
4545
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
46-
github.com/hashicorp/yamux v0.1.1 // indirect
47-
github.com/kr/pretty v0.3.0 // indirect
46+
github.com/hashicorp/yamux v0.1.2 // indirect
47+
github.com/kr/text v0.2.0 // indirect
4848
github.com/mattn/go-colorable v0.1.14 // indirect
4949
github.com/mattn/go-isatty v0.0.20 // indirect
5050
github.com/mitchellh/copystructure v1.2.0 // indirect
5151
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
52-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
52+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5353
github.com/mitchellh/mapstructure v1.5.0 // indirect
5454
github.com/mitchellh/reflectwalk v1.0.2 // indirect
55-
github.com/oklog/run v1.0.0 // indirect
55+
github.com/oklog/run v1.1.0 // indirect
5656
github.com/peterhellberg/link v1.2.0 // indirect
57-
github.com/pmezard/go-difflib v1.0.0 // indirect
58-
github.com/rogpeppe/go-internal v1.13.1 // indirect
57+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5958
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6059
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
6160
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
62-
github.com/zclconf/go-cty v1.16.2 // indirect
61+
github.com/zclconf/go-cty v1.17.0 // indirect
6362
golang.org/x/crypto v0.42.0 // indirect
6463
golang.org/x/mod v0.27.0 // indirect
6564
golang.org/x/sync v0.17.0 // indirect
6665
golang.org/x/sys v0.36.0 // indirect
6766
golang.org/x/text v0.29.0 // indirect
6867
golang.org/x/tools v0.36.0 // indirect
6968
google.golang.org/appengine v1.6.8 // indirect
70-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
71-
google.golang.org/grpc v1.72.1 // indirect
72-
google.golang.org/protobuf v1.36.6 // indirect
69+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
70+
google.golang.org/grpc v1.75.1 // indirect
71+
google.golang.org/protobuf v1.36.9 // indirect
7372
gopkg.in/yaml.v2 v2.4.0 // indirect
7473
gopkg.in/yaml.v3 v3.0.1 // indirect
7574
)

0 commit comments

Comments
 (0)