From ae6933da80ac88ca4aea2e1eafb16b913aee0eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:46:09 +0000 Subject: [PATCH] Bump github.com/hashicorp/terraform-plugin-codegen-spec Bumps [github.com/hashicorp/terraform-plugin-codegen-spec](https://github.com/hashicorp/terraform-plugin-codegen-spec) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-codegen-spec/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-codegen-spec/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-plugin-codegen-spec/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-codegen-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ea3fec92..4b0eebc5 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.7 require ( github.com/google/go-cmp v0.6.0 github.com/hashicorp/cli v1.1.6 - github.com/hashicorp/terraform-plugin-codegen-spec v0.1.1 + github.com/hashicorp/terraform-plugin-codegen-spec v0.2.0 github.com/mattn/go-colorable v0.1.13 ) diff --git a/go.sum b/go.sum index e576d483..052c649c 100644 --- a/go.sum +++ b/go.sum @@ -29,8 +29,8 @@ github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brv github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo= github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= -github.com/hashicorp/terraform-plugin-codegen-spec v0.1.1 h1:7djpLeqtz0x6w01W4hckWwINJUnfXn2zGr/EhSC8rek= -github.com/hashicorp/terraform-plugin-codegen-spec v0.1.1/go.mod h1:PQn6bDD8UWoAVJoHXqFk2i/RmLbeQBjbiP38i+E+YIw= +github.com/hashicorp/terraform-plugin-codegen-spec v0.2.0 h1:91dQG1A/DxP6vRz9GiytDTrZTXDbhHPvmpYnAyWA/Vw= +github.com/hashicorp/terraform-plugin-codegen-spec v0.2.0/go.mod h1:fywrEKpordQypmAjz/HIfm2LuNVmyJ6KDe8XT9GdJxQ= github.com/huandu/xstrings v1.3.3/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/huandu/xstrings v1.4.0 h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU= github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=