From 5b4422b625821e1207b7036741b3b22a3f670343 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Thu, 7 Mar 2024 10:17:19 +0100 Subject: Bump github.com/hashicorp/terraform-plugin-framework from 1.6.0 to 1.6.1 (#29) Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-framework/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>--- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 229dc76..ca82e80 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/exograd/eventline v1.1.0 github.com/exograd/go-daemon v0.0.0-20221017152404-800adf39c12f github.com/hashicorp/terraform-plugin-docs v0.18.0 - github.com/hashicorp/terraform-plugin-framework v1.6.0 + github.com/hashicorp/terraform-plugin-framework v1.6.1 github.com/stretchr/testify v1.9.0 ) -- cgit v1.2.3