From c614ae00a2cd2d770a2be066ed2465fe1e76f152 Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Thu, 1 Aug 2024 12:59:22 -0400 Subject: [PATCH] update to latest PR commit --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9a8134f..bb1cd39 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.21.6 require ( github.com/hashicorp/go-memdb v1.3.4 github.com/hashicorp/terraform-json v0.22.1 - github.com/hashicorp/terraform-plugin-framework v1.10.1-0.20240723171809-2ccf8f265f8d + github.com/hashicorp/terraform-plugin-framework v1.10.1-0.20240801165705-94de60dcdf39 github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 github.com/hashicorp/terraform-plugin-framework-timetypes v0.4.0 github.com/hashicorp/terraform-plugin-go v0.23.0 diff --git a/go.sum b/go.sum index d14f263..85b841b 100644 --- a/go.sum +++ b/go.sum @@ -79,8 +79,8 @@ github.com/hashicorp/terraform-exec v0.21.0 h1:uNkLAe95ey5Uux6KJdua6+cv8asgILFVW github.com/hashicorp/terraform-exec v0.21.0/go.mod h1:1PPeMYou+KDUSSeRE9szMZ/oHf4fYUmB923Wzbq1ICg= github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7orfb5Ltvec= github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A= -github.com/hashicorp/terraform-plugin-framework v1.10.1-0.20240723171809-2ccf8f265f8d h1:3QAP7iiGP+dr1z6kcZg08Z2wAZKN3CqJIHryCROqw1s= -github.com/hashicorp/terraform-plugin-framework v1.10.1-0.20240723171809-2ccf8f265f8d/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM= +github.com/hashicorp/terraform-plugin-framework v1.10.1-0.20240801165705-94de60dcdf39 h1:HY94+zVASQxbhjoZT8eYj1/Z6BQeKZsREBHEYPij80Q= +github.com/hashicorp/terraform-plugin-framework v1.10.1-0.20240801165705-94de60dcdf39/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM= github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 h1:gm5b1kHgFFhaKFhm4h2TgvMUlNzFAtUqlcOWnWPm+9E= github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1/go.mod h1:MsjL1sQ9L7wGwzJ5RjcI6FzEMdyoBnw+XK8ZnOvQOLY= github.com/hashicorp/terraform-plugin-framework-timetypes v0.4.0 h1:XLI93Oqw2/KTzYjgCXrUnm8LBkGAiHC/mDQg5g5Vob4=