|
@@ -7,7 +7,7 @@ require (
|
|
|
github.com/hashicorp/terraform-plugin-framework v1.1.1
|
|
|
github.com/hashicorp/terraform-plugin-go v0.14.3
|
|
|
github.com/hashicorp/terraform-plugin-log v0.8.0
|
|
|
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
|
|
|
+ github.com/hashicorp/terraform-plugin-testing v1.1.0
|
|
|
)
|
|
|
|
|
|
require (
|
|
@@ -36,6 +36,7 @@ require (
|
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
|
github.com/hashicorp/terraform-exec v0.18.1 // indirect
|
|
|
github.com/hashicorp/terraform-json v0.15.0 // indirect
|
|
|
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 // indirect
|
|
|
github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
|
|
|
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
|
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|