File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ require (
77 github.com/hashicorp/terraform-plugin-framework v1.19.0
88 github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
99 github.com/hashicorp/terraform-plugin-go v0.31.0
10- github.com/hashicorp/terraform-plugin-log v0.10 .0
10+ github.com/hashicorp/terraform-plugin-log v0.11 .0
1111 github.com/hashicorp/terraform-plugin-testing v1.16.0
12+ github.com/icholy/digest v1.1.0
1213 github.com/jarcoal/httpmock v1.4.0
1314 golang.org/x/net v0.57.0
1415)
@@ -51,7 +52,6 @@ require (
5152 github.com/hashicorp/terraform-svchost v0.2.1 // indirect
5253 github.com/hashicorp/yamux v0.1.2 // indirect
5354 github.com/huandu/xstrings v1.3.3 // indirect
54- github.com/icholy/digest v1.1.0 // indirect
5555 github.com/imdario/mergo v0.3.15 // indirect
5656 github.com/mattn/go-colorable v0.1.14 // indirect
5757 github.com/mattn/go-isatty v0.0.22 // indirect
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ github.com/hashicorp/terraform-plugin-framework-validators v0.19.0 h1:Zz3iGgzxe/
114114github.com/hashicorp/terraform-plugin-framework-validators v0.19.0 /go.mod h1:GBKTNGbGVJohU03dZ7U8wHqc2zYnMUawgCN+gC0itLc =
115115github.com/hashicorp/terraform-plugin-go v0.31.0 h1:0Fz2r9DQ+kNNl6bx8HRxFd1TfMKUvnrOtvJPmp3Z0q8 =
116116github.com/hashicorp/terraform-plugin-go v0.31.0 /go.mod h1:A88bDhd/cW7FnwqxQRz3slT+QY6yzbHKc6AOTtmdeS8 =
117- github.com/hashicorp/terraform-plugin-log v0.10 .0 h1:eu2kW6/QBVdN4P3Ju2WiB2W3ObjkAsyfBsL3Wh1fj3g =
118- github.com/hashicorp/terraform-plugin-log v0.10 .0 /go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0 =
117+ github.com/hashicorp/terraform-plugin-log v0.11 .0 h1:WjhcpZIVqP8YRe83+dIZXncwSgtu4vh27i23G33PUQY =
118+ github.com/hashicorp/terraform-plugin-log v0.11 .0 /go.mod h1:XygBz8+m5kgwTb73MMyrnUjeNQeVWECEfg+h2opMsj0 =
119119github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.1 h1:2yPUd7esMOpuTaG3y1iEla1iw+tla+3ZEkkBnmOAre4 =
120120github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.1 /go.mod h1:sq8qsxh+PwdvTQFcd17kfCoBgQo46ADNMvCpKE7t/gY =
121121github.com/hashicorp/terraform-plugin-testing v1.16.0 h1:GB97nGnJ1hESpDrCjqZig38RodSF0gdRzxlDupLXP38 =
@@ -310,3 +310,5 @@ gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
310310gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
311311gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
312312gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
313+ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU =
314+ gotest.tools/v3 v3.5.1 /go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU =
You can’t perform that action at this time.
0 commit comments