File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/hashicorp/hcl/v2 v2.24.0
7- github.com/hashicorp/terraform-plugin-framework v1.16.1
7+ github.com/hashicorp/terraform-plugin-framework v1.17.0
88 github.com/hashicorp/terraform-plugin-go v0.29.0
99 github.com/stretchr/testify v1.11.1
1010)
@@ -16,7 +16,7 @@ require (
1616 github.com/fatih/color v1.18.0 // indirect
1717 github.com/google/go-cmp v0.7.0 // indirect
1818 github.com/hashicorp/go-hclog v1.6.3 // indirect
19- github.com/hashicorp/terraform-plugin-log v0.9 .0 // indirect
19+ github.com/hashicorp/terraform-plugin-log v0.10 .0 // indirect
2020 github.com/mattn/go-colorable v0.1.13 // indirect
2121 github.com/mattn/go-isatty v0.0.20 // indirect
2222 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB1
1717github.com/hashicorp/go-hclog v1.6.3 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
1818github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQxvE =
1919github.com/hashicorp/hcl/v2 v2.24.0 /go.mod h1:oGoO1FIQYfn/AgyOhlg9qLC6/nOJPX3qGbkZpYAcqfM =
20- github.com/hashicorp/terraform-plugin-framework v1.16.1 h1:1+zwFm3MEqd/0K3YBB2v9u9DtyYHyEuhVOfeIXbteWA =
21- github.com/hashicorp/terraform-plugin-framework v1.16.1 /go.mod h1:0xFOxLy5lRzDTayc4dzK/FakIgBhNf/lC4499R9cV4Y =
20+ github.com/hashicorp/terraform-plugin-framework v1.17.0 h1:JdX50CFrYcYFY31gkmitAEAzLKoBgsK+iaJjDC8OexY =
21+ github.com/hashicorp/terraform-plugin-framework v1.17.0 /go.mod h1:4OUXKdHNosX+ys6rLgVlgklfxN3WHR5VHSOABeS/BM0 =
2222github.com/hashicorp/terraform-plugin-go v0.29.0 h1:1nXKl/nSpaYIUBU1IG/EsDOX0vv+9JxAltQyDMpq5mU =
2323github.com/hashicorp/terraform-plugin-go v0.29.0 /go.mod h1:vYZbIyvxyy0FWSmDHChCqKvI40cFTDGSb3D8D70i9GM =
24- github.com/hashicorp/terraform-plugin-log v0.9 .0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0 =
25- github.com/hashicorp/terraform-plugin-log v0.9 .0 /go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow =
24+ github.com/hashicorp/terraform-plugin-log v0.10 .0 h1:eu2kW6/QBVdN4P3Ju2WiB2W3ObjkAsyfBsL3Wh1fj3g =
25+ github.com/hashicorp/terraform-plugin-log v0.10 .0 /go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0 =
2626github.com/mattn/go-colorable v0.1.9 /go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc =
2727github.com/mattn/go-colorable v0.1.12 /go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4 =
2828github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
You can’t perform that action at this time.
0 commit comments