From ac25548ebdec5534d29316cac51a9ed7dc829e0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:13:21 +0000 Subject: [PATCH] deps: update module github.com/zclconf/go-cty to v1.15.1 (#246) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/zclconf/go-cty](https://redirect.github.com/zclconf/go-cty) | `v1.15.0` -> `v1.15.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fzclconf%2fgo-cty/v1.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fzclconf%2fgo-cty/v1.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fzclconf%2fgo-cty/v1.15.0/v1.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fzclconf%2fgo-cty/v1.15.0/v1.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
zclconf/go-cty (github.com/zclconf/go-cty) ### [`v1.15.1`](https://redirect.github.com/zclconf/go-cty/compare/v1.15.0...v1.15.1) [Compare Source](https://redirect.github.com/zclconf/go-cty/compare/v1.15.0...v1.15.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/packer-plugin-hcloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 945c1cb..04b7bda 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/hetznercloud/hcloud-go/v2 v2.16.0 github.com/mitchellh/mapstructure v1.5.0 github.com/stretchr/testify v1.9.0 - github.com/zclconf/go-cty v1.15.0 + github.com/zclconf/go-cty v1.15.1 ) require (