From e722712ed41bc63adbdcb2dacf3ba5a93911d394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 03:53:04 +0000 Subject: [PATCH] build(deps): bump github.com/orange-cloudavenue/terraform-plugin-framework-supertypes from 0.5.0 to 1.0.0 (#288) Bumps [github.com/orange-cloudavenue/terraform-plugin-framework-supertypes](https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes) from 0.5.0 to 1.0.0.
Release notes

Sourced from github.com/orange-cloudavenue/terraform-plugin-framework-supertypes's releases.

v1.0.0

:rocket: New Features

:dependabot: Dependencies

Changelog

Sourced from github.com/orange-cloudavenue/terraform-plugin-framework-supertypes's changelog.

1.0.0 (March 6, 2025)

:rocket: New Features

:dependabot: Dependencies

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/orange-cloudavenue/terraform-plugin-framework-supertypes&package-manager=go_modules&previous-version=0.5.0&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2772fae..64f8bf4 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/hashicorp/terraform-plugin-testing v1.11.0 github.com/microsoft/fabric-sdk-go v0.1.0-beta.13 github.com/ohler55/ojg v1.26.1 - github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0 + github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0 github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1 github.com/stretchr/testify v1.10.0 software.sslmate.com/src/go-pkcs12 v0.5.0 diff --git a/go.sum b/go.sum index 681ff4f..af83acb 100644 --- a/go.sum +++ b/go.sum @@ -175,8 +175,8 @@ github.com/ohler55/ojg v1.26.1 h1:J5TaLmVEuvnpVH7JMdT1QdbpJU545Yp6cKiCO4aQILc= github.com/ohler55/ojg v1.26.1/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o= github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA= github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU= -github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0 h1:0rogLDkZ5gbdEs0zNQ3orqLaLk5gwwF+8LxsnqWCcN8= -github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0/go.mod h1:16/Jv7sxRN3PhKkb7I2LAi7gtpQju65Kd+jmlE2st04= +github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0 h1:HvbMI4JHsl1HmTIVU2N50t7H4qbIXpM7y2ljl3oOKyE= +github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0/go.mod h1:iIp5TGuiJnDvcSCYq7mWYIn4HSmjntHv+IJGMK0MsZw= github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1 h1:7CR36U7x5Xy+y/OQmYbMpJ2g5cqNOkXrc++bGodyb/M= github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1/go.mod h1:XRoHgbq0xhmUvb3Ti5EiwBaL4r/FHM+eawMH/m7gIqw= github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=