Skip to content

Commit 911f36d

Browse files
build(deps): bump github.com/hashicorp/terraform-json from 0.24.0 to 0.26.0 (#3480)
Bumps [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) from 0.24.0 to 0.26.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-json/releases">github.com/hashicorp/terraform-json's releases</a>.</em></p> <blockquote> <h2>v0.26.0</h2> <h2>ENHANCEMENTS:</h2> <ul> <li>Added: support for list resource by <a href="https://github.com/anubhav-goel"><code>@​anubhav-goel</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/165">hashicorp/terraform-json#165</a></li> </ul> <h2>INTERNAL:</h2> <ul> <li>Bump actions/setup-go from 5.4.0 to 5.5.0 in the github-actions-backward-compatible group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/161">hashicorp/terraform-json#161</a></li> <li>github: Add PR template with required fields for PCI compliance by <a href="https://github.com/xiehan"><code>@​xiehan</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/162">hashicorp/terraform-json#162</a></li> <li>Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/163">hashicorp/terraform-json#163</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/anubhav-goel"><code>@​anubhav-goel</code></a> made their first contribution in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/165">hashicorp/terraform-json#165</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hashicorp/terraform-json/compare/v0.25.0...v0.26.0">https://github.com/hashicorp/terraform-json/compare/v0.25.0...v0.26.0</a></p> <h2>v0.25.0</h2> <p>ENHANCEMENTS:</p> <ul> <li>Add identity fields to plan struct by <a href="https://github.com/dbanck"><code>@​dbanck</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/158">hashicorp/terraform-json#158</a></li> <li>Update state and provider JSON with identity fields by <a href="https://github.com/dbanck"><code>@​dbanck</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/155">hashicorp/terraform-json#155</a></li> </ul> <p>INTERNAL:</p> <ul> <li>build(deps): Bump workflows to latest trusted versions by <a href="https://github.com/hashicorp-tsccr"><code>@​hashicorp-tsccr</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/149">hashicorp/terraform-json#149</a></li> <li>Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/150">hashicorp/terraform-json#150</a></li> <li>Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/151">hashicorp/terraform-json#151</a></li> <li>Bump github.com/zclconf/go-cty from 1.16.1 to 1.16.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/152">hashicorp/terraform-json#152</a></li> <li>build(deps): Bump workflows to latest trusted versions by <a href="https://github.com/hashicorp-tsccr"><code>@​hashicorp-tsccr</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/153">hashicorp/terraform-json#153</a></li> <li>Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/154">hashicorp/terraform-json#154</a></li> <li>build(deps): Bump workflows to latest trusted versions by <a href="https://github.com/hashicorp-tsccr"><code>@​hashicorp-tsccr</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/156">hashicorp/terraform-json#156</a></li> <li>Update owner field in catalog-info.yaml by <a href="https://github.com/imakewebthings"><code>@​imakewebthings</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/157">hashicorp/terraform-json#157</a></li> <li>Update CODEOWNERS by <a href="https://github.com/austinvalle"><code>@​austinvalle</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/159">hashicorp/terraform-json#159</a></li> <li>github: Use Dependabot to keep Actions updated by <a href="https://github.com/xiehan"><code>@​xiehan</code></a> in <a href="https://redirect.github.com/hashicorp/terraform-json/pull/160">hashicorp/terraform-json#160</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hashicorp/terraform-json/compare/v0.24.0...v0.25.0">https://github.com/hashicorp/terraform-json/compare/v0.24.0...v0.25.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-json/commit/c8242273df822bbc6cec6515d6edc9412c83928a"><code>c824227</code></a> Added: support for list resource (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/165">#165</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/5aa707b9c44b3e57b079d6576c6aea83423c5e6a"><code>5aa707b</code></a> Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/163">#163</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/93e144b03171114aff84a4e8814914fc71952756"><code>93e144b</code></a> github: Add PR template with required fields for PCI compliance (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/162">#162</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/5747d8d5266522d2ea8b47e88b9b21c361abf65e"><code>5747d8d</code></a> Bump actions/setup-go from 5.4.0 to 5.5.0 in the github-actions-backward-comp...</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/c2689b1b4ba628fb39555f9af6b521f0daa762ef"><code>c2689b1</code></a> github: Use Dependabot to keep Actions updated (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/160">#160</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/6bc20aac0e8269158c60407c1829dc2ca0d1e11e"><code>6bc20aa</code></a> Add identity fields to Plan struct (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/158">#158</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/b5939fa6c3c681207bef15a86cefb043e28ef2d9"><code>b5939fa</code></a> Update CODEOWNERS (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/159">#159</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/c370ee72fd10bc381f46575470c889af0613d234"><code>c370ee7</code></a> Update owner field in catalog-info.yaml (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/157">#157</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/0b330eb970cbf1718e4b188ea3f035268434f9c9"><code>0b330eb</code></a> build(deps): Bump workflows to latest trusted versions (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/156">#156</a>)</li> <li><a href="https://github.com/hashicorp/terraform-json/commit/f86d5e36f4ab36a15c5917e95863c230ef3acf7f"><code>f86d5e3</code></a> Update state and provider JSON with identity fields (<a href="https://redirect.github.com/hashicorp/terraform-json/issues/155">#155</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-json/compare/v0.24.0...v0.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-json&package-manager=go_modules&previous-version=0.24.0&new-version=0.26.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Nester <[email protected]>
1 parent fd7f42b commit 911f36d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/hashicorp/go-version v1.7.0 // MPL 2.0
1818
github.com/hashicorp/hc-install v0.9.2 // MPL 2.0
1919
github.com/hashicorp/terraform-exec v0.23.0 // MPL 2.0
20-
github.com/hashicorp/terraform-json v0.24.0 // MPL 2.0
20+
github.com/hashicorp/terraform-json v0.26.0 // MPL 2.0
2121
github.com/hexops/gotextdiff v1.0.3 // BSD 3-Clause "New" or "Revised" License
2222
github.com/manifoldco/promptui v0.9.0 // BSD-3-Clause
2323
github.com/mattn/go-isatty v0.0.20 // MIT
@@ -69,7 +69,7 @@ require (
6969
github.com/mitchellh/mapstructure v1.5.0 // indirect
7070
github.com/pmezard/go-difflib v1.0.0 // indirect
7171
github.com/stretchr/objx v0.5.2 // indirect
72-
github.com/zclconf/go-cty v1.16.2 // indirect
72+
github.com/zclconf/go-cty v1.16.3 // indirect
7373
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7474
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
7575
go.opentelemetry.io/otel v1.36.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/hashicorp/hc-install v0.9.2 h1:v80EtNX4fCVHqzL9Lg/2xkp62bbvQMnvPQ0G+O
9797
github.com/hashicorp/hc-install v0.9.2/go.mod h1:XUqBQNnuT4RsxoxiM9ZaUk0NX8hi2h+Lb6/c0OZnC/I=
9898
github.com/hashicorp/terraform-exec v0.23.0 h1:MUiBM1s0CNlRFsCLJuM5wXZrzA3MnPYEsiXmzATMW/I=
9999
github.com/hashicorp/terraform-exec v0.23.0/go.mod h1:mA+qnx1R8eePycfwKkCRk3Wy65mwInvlpAeOwmA7vlY=
100-
github.com/hashicorp/terraform-json v0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4NbeATsYz8Q=
101-
github.com/hashicorp/terraform-json v0.24.0/go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow=
100+
github.com/hashicorp/terraform-json v0.26.0 h1:+BnJavhRH+oyNWPnfzrfQwVWCZBFMvjdiH2Vi38Udz4=
101+
github.com/hashicorp/terraform-json v0.26.0/go.mod h1:eyWCeC3nrZamyrKLFnrvwpc3LQPIJsx8hWHQ/nu2/v4=
102102
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
103103
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
104104
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
@@ -155,8 +155,8 @@ github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQ
155155
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
156156
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
157157
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
158-
github.com/zclconf/go-cty v1.16.2 h1:LAJSwc3v81IRBZyUVQDUdZ7hs3SYs9jv0eZJDWHD/70=
159-
github.com/zclconf/go-cty v1.16.2/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
158+
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
159+
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
160160
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
161161
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
162162
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 h1:q4XOmH/0opmeuJtPsbFNivyl7bCt7yRBbeEm2sC/XtQ=

0 commit comments

Comments
 (0)