Skip to content

Commit 7ec8981

Browse files
Bump the terraform-plugin group across 1 directory with 3 updates
Bumps the terraform-plugin group with 2 updates in the / directory: [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) and [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators). Updates `github.com/hashicorp/terraform-plugin-framework` from 1.15.1 to 1.16.1 - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.15.1...v1.16.1) Updates `github.com/hashicorp/terraform-plugin-framework-validators` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.18.0...v0.19.0) Updates `github.com/hashicorp/terraform-plugin-go` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-plugin - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-plugin - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-plugin ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4726c34 commit 7ec8981

File tree

2 files changed

+75
-71
lines changed

2 files changed

+75
-71
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.25.0
55
require (
66
github.com/aws-gopher/unstructured-sdk-go v0.1.0-alpha.1
77
github.com/hashicorp/go-uuid v1.0.3
8-
github.com/hashicorp/terraform-plugin-framework v1.15.1
9-
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
10-
github.com/hashicorp/terraform-plugin-go v0.28.0
8+
github.com/hashicorp/terraform-plugin-framework v1.16.1
9+
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
10+
github.com/hashicorp/terraform-plugin-go v0.29.0
1111
github.com/hashicorp/terraform-plugin-testing v1.13.3
1212
)
1313

@@ -35,7 +35,7 @@ require (
3535
github.com/hashicorp/go-cty v1.5.0 // indirect
3636
github.com/hashicorp/go-hclog v1.6.3 // indirect
3737
github.com/hashicorp/go-multierror v1.1.1 // indirect
38-
github.com/hashicorp/go-plugin v1.6.3 // indirect
38+
github.com/hashicorp/go-plugin v1.7.0 // indirect
3939
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4040
github.com/hashicorp/go-version v1.7.0 // indirect
4141
github.com/hashicorp/hc-install v0.9.2 // indirect
@@ -48,9 +48,9 @@ require (
4848
github.com/hashicorp/terraform-plugin-docs v0.22.0 // indirect
4949
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
5050
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
51-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
51+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
5252
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
53-
github.com/hashicorp/yamux v0.1.1 // indirect
53+
github.com/hashicorp/yamux v0.1.2 // indirect
5454
github.com/huandu/xstrings v1.4.0 // indirect
5555
github.com/imdario/mergo v0.3.16 // indirect
5656
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -61,7 +61,7 @@ require (
6161
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
6262
github.com/mitchellh/mapstructure v1.5.0 // indirect
6363
github.com/mitchellh/reflectwalk v1.0.2 // indirect
64-
github.com/oklog/run v1.0.0 // indirect
64+
github.com/oklog/run v1.1.0 // indirect
6565
github.com/posener/complete v1.2.3 // indirect
6666
github.com/shopspring/decimal v1.3.1 // indirect
6767
github.com/spf13/cast v1.5.1 // indirect
@@ -75,18 +75,18 @@ require (
7575
github.com/yuin/goldmark-meta v1.1.0 // indirect
7676
github.com/zclconf/go-cty v1.16.3 // indirect
7777
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
78-
golang.org/x/crypto v0.39.0 // indirect
78+
golang.org/x/crypto v0.41.0 // indirect
7979
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
80-
golang.org/x/mod v0.25.0 // indirect
81-
golang.org/x/net v0.40.0 // indirect
82-
golang.org/x/sync v0.15.0 // indirect
83-
golang.org/x/sys v0.33.0 // indirect
84-
golang.org/x/text v0.26.0 // indirect
85-
golang.org/x/tools v0.33.0 // indirect
80+
golang.org/x/mod v0.26.0 // indirect
81+
golang.org/x/net v0.43.0 // indirect
82+
golang.org/x/sync v0.16.0 // indirect
83+
golang.org/x/sys v0.35.0 // indirect
84+
golang.org/x/text v0.28.0 // indirect
85+
golang.org/x/tools v0.35.0 // indirect
8686
google.golang.org/appengine v1.6.8 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
88-
google.golang.org/grpc v1.72.1 // indirect
89-
google.golang.org/protobuf v1.36.6 // indirect
87+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
88+
google.golang.org/grpc v1.75.1 // indirect
89+
google.golang.org/protobuf v1.36.9 // indirect
9090
gopkg.in/yaml.v2 v2.3.0 // indirect
9191
gopkg.in/yaml.v3 v3.0.1 // indirect
9292
)

0 commit comments

Comments
 (0)