File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/hashicorp/go-version v1.8.0
1919 github.com/hashicorp/hcl v1.0.0
2020 github.com/hashicorp/hcl/v2 v2.24.0 // indirect
21- github.com/hashicorp/terraform-plugin-framework v1.16.1
21+ github.com/hashicorp/terraform-plugin-framework v1.17.0
2222 github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
2323 github.com/hashicorp/terraform-plugin-go v0.29.0
2424 github.com/hashicorp/terraform-plugin-mux v0.20.0
@@ -63,7 +63,7 @@ require (
6363require (
6464 github.com/google/uuid v1.6.0
6565 github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
66- github.com/hashicorp/terraform-plugin-log v0.9 .0
66+ github.com/hashicorp/terraform-plugin-log v0.10 .0
6767 github.com/hashicorp/terraform-plugin-testing v1.13.3
6868 github.com/stretchr/testify v1.11.1
6969 go.uber.org/mock v0.6.0
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ github.com/hashicorp/terraform-plugin-framework v1.15.1 h1:2mKDkwb8rlx/tvJTlIcpw
106106github.com/hashicorp/terraform-plugin-framework v1.15.1 /go.mod h1:hxrNI/GY32KPISpWqlCoTLM9JZsGH3CyYlir09bD/fI =
107107github.com/hashicorp/terraform-plugin-framework v1.16.1 h1:1+zwFm3MEqd/0K3YBB2v9u9DtyYHyEuhVOfeIXbteWA =
108108github.com/hashicorp/terraform-plugin-framework v1.16.1 /go.mod h1:0xFOxLy5lRzDTayc4dzK/FakIgBhNf/lC4499R9cV4Y =
109+ github.com/hashicorp/terraform-plugin-framework v1.17.0 h1:JdX50CFrYcYFY31gkmitAEAzLKoBgsK+iaJjDC8OexY =
110+ github.com/hashicorp/terraform-plugin-framework v1.17.0 /go.mod h1:4OUXKdHNosX+ys6rLgVlgklfxN3WHR5VHSOABeS/BM0 =
109111github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 h1:v3DapR8gsp3EM8fKMh6up9cJUFQ2iRaFsYLP8UJnCco =
110112github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 /go.mod h1:c3PnGE9pHBDfdEVG9t1S1C9ia5LW+gkFR0CygXlM8ak =
111113github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 h1:OQnlOt98ua//rCw+QhBbSqfW3QbwtVrcdWeQN5gI3Hw =
@@ -116,6 +118,7 @@ github.com/hashicorp/terraform-plugin-go v0.29.0 h1:1nXKl/nSpaYIUBU1IG/EsDOX0vv+
116118github.com/hashicorp/terraform-plugin-go v0.29.0 /go.mod h1:vYZbIyvxyy0FWSmDHChCqKvI40cFTDGSb3D8D70i9GM =
117119github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0 =
118120github.com/hashicorp/terraform-plugin-log v0.9.0 /go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow =
121+ github.com/hashicorp/terraform-plugin-log v0.10.0 /go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0 =
119122github.com/hashicorp/terraform-plugin-mux v0.20.0 h1:3QpBnI9uCuL0Yy2Rq/kR9cOdmOFNhw88A2GoZtk5aXM =
120123github.com/hashicorp/terraform-plugin-mux v0.20.0 /go.mod h1:wSIZwJjSYk86NOTX3fKUlThMT4EAV1XpBHz9SAvjQr4 =
121124github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 h1:mlAq/OrMlg04IuJT7NpefI1wwtdpWudnEmjuQs04t/4 =
You can’t perform that action at this time.
0 commit comments