Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f77f18

Browse files
chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.0 (#221)
Bumps[github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing)from 1.12.0 to 1.13.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-testing/releases">github.com/hashicorp/terraform-plugin-testing'sreleases</a>.</em></p><blockquote><h2>v1.13.0</h2><p>NOTES:</p><ul><li>reduced the volume of DEBUG-level logging to make it easier tovisually scan debug output (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463">#463</a>)</li></ul><p>FEATURES:</p><ul><li>ImportState: Added support for testing plannable import viaTerraform configuration. Configuration is used from the previous teststep if available. <code>Config</code>, <code>ConfigFile</code>, and<code>ConfigDirectory</code> can also be used directly with<code>ImportState</code> if needed. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li><li>ImportState: Added <code>ImportStateKind</code> to control whichmethod of import the <code>ImportState</code> test step uses.<code>ImportCommandWithID</code> (default, same behavior as today) ,<code>ImportBlockWithID</code>, and<code>ImportBlockWithResourceIdentity</code>. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li><li>ImportState: Added <code>ImportStateConfigExact</code> to opt-out ofnew import config generation for plannable import. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494">#494</a>)</li><li>statecheck: Added <code>ExpectIdentityValueMatchesState</code> statecheck to assert that an identity value matches a state value at the samepath. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li><li>statecheck: Added <code>ExpectIdentityValueMatchesStateAtPath</code>state check to assert that an identity value matches a state value atdifferent paths. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li></ul><p>ENHANCEMENTS:</p><ul><li>statecheck: Added <code>ExpectIdentityValue</code> state check,which asserts a specified attribute value of a managed resource identityin state. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468">#468</a>)</li><li>statecheck: Added <code>ExpectIdentity</code> state check, whichasserts all data of a managed resource identity in state. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li><li>Adds <code>AdditionalCLIOptions.PlanOptions.NoRefresh</code> to test<code>terraform plan -refresh=false</code> (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/490">#490</a>)</li></ul><h2>v1.13.0-beta.1</h2><p>BREAKING CHANGES:</p><ul><li>importstate: <code>ImportStatePersist</code> and<code>ImportStateVerify</code> are not supported for plannable import(<code>ImportBlockWith*</code>) and will return an error (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li><li>importstate: renamed <code>ImportStateWithId</code> to<code>ImportStateWithID</code> and renamed<code>ImportCommandWithId</code> to <code>ImportCommandWithID</code>.(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/465">#465</a>)</li></ul><p>NOTES:</p><ul><li>This beta pre-release adds support for managed resource identity,which can be used with Terraform v1.12.0-beta2. Acceptance tests can usethe <code>ImportBlockWithResourceIdentity</code> kind to exercise theimport of a managed resource using its resource identity object valuesinstead of using a string identifier. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/480">#480</a>)</li></ul><p>BUG FIXES:</p><ul><li>importstate: plannable import (<code>ImportBlockWith*</code>) fixedfor a resource with a dependency (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li></ul><h2>v1.13.0-alpha.1</h2><p>NOTES:</p><ul><li>This alpha pre-release contains testing utilities for managedresource identity, which can be used with <code>Terraformv1.12.0-alpha20250319</code>, to assert identity data stored duringapply workflows. A managed resource in a provider can read/storeidentity data using the<code>terraform-plugin-framework@v1.15.0-alpha.1</code> or<code>terraform-plugin-sdk/v2@v2.37.0-alpha.1</code> Go modules. Toassert identity data stored by a provider in state, use the<code>statecheck.ExpectIdentity</code> state check. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-testing'schangelog</a>.</em></p><blockquote><h2>1.13.0 (May 16, 2025)</h2><p>NOTES:</p><ul><li>reduced the volume of DEBUG-level logging to make it easier tovisually scan debug output (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463">#463</a>)</li></ul><p>FEATURES:</p><ul><li>ImportState: Added support for testing plannable import viaTerraform configuration. Configuration is used from the previous teststep if available. <code>Config</code>, <code>ConfigFile</code>, and<code>ConfigDirectory</code> can also be used directly with<code>ImportState</code> if needed. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li><li>ImportState: Added <code>ImportStateKind</code> to control whichmethod of import the <code>ImportState</code> test step uses.<code>ImportCommandWithID</code> (default, same behavior as today) ,<code>ImportBlockWithID</code>, and<code>ImportBlockWithResourceIdentity</code>. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442">#442</a>)</li><li>ImportState: Added <code>ImportStateConfigExact</code> to opt-out ofnew import config generation for plannable import. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494">#494</a>)</li><li>statecheck: Added <code>ExpectIdentityValueMatchesState</code> statecheck to assert that an identity value matches a state value at the samepath. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li><li>statecheck: Added <code>ExpectIdentityValueMatchesStateAtPath</code>state check to assert that an identity value matches a state value atdifferent paths. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li></ul><p>ENHANCEMENTS:</p><ul><li>statecheck: Added <code>ExpectIdentityValue</code> state check,which asserts a specified attribute value of a managed resource identityin state. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468">#468</a>)</li><li>statecheck: Added <code>ExpectIdentity</code> state check, whichasserts all data of a managed resource identity in state. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li><li>Adds <code>AdditionalCLIOptions.PlanOptions.NoRefresh</code> to test<code>terraform plan -refresh=false</code> (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/490">#490</a>)</li></ul><h2>1.13.0-beta.1 (April 18, 2025)</h2><p>BREAKING CHANGES:</p><ul><li>importstate: <code>ImportStatePersist</code> and<code>ImportStateVerify</code> are not supported for plannable import(<code>ImportBlockWith*</code>) and will return an error (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li><li>importstate: renamed <code>ImportStateWithId</code> to<code>ImportStateWithID</code> and renamed<code>ImportCommandWithId</code> to <code>ImportCommandWithID</code>.(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/465">#465</a>)</li></ul><p>NOTES:</p><ul><li>This beta pre-release adds support for managed resource identity,which can be used with Terraform v1.12.0-beta2. Acceptance tests can usethe <code>ImportBlockWithResourceIdentity</code> kind to exercise theimport of a managed resource using its resource identity object valuesinstead of using a string identifier. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/480">#480</a>)</li></ul><p>BUG FIXES:</p><ul><li>importstate: plannable import (<code>ImportBlockWith*</code>) fixedfor a resource with a dependency (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/476">#476</a>)</li></ul><h2>1.13.0-alpha.1 (March 27, 2025)</h2><p>NOTES:</p><ul><li>This alpha pre-release contains testing utilities for managedresource identity, which can be used with <code>Terraformv1.12.0-alpha20250319</code>, to assert identity data stored duringapply workflows. A managed resource in a provider can read/storeidentity data using the<code>terraform-plugin-framework@v1.15.0-alpha.1</code> or<code>terraform-plugin-sdk/v2@v2.37.0-alpha.1</code> Go modules. Toassert identity data stored by a provider in state, use the<code>statecheck.ExpectIdentity</code> state check. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470">#470</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/175139dbdb7d546cd02fca289469a9133b422342"><code>175139d</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/c748d531a53fd526632c0d09b9d5e6e88507c6e0"><code>c748d53</code></a>build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/509">#509</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/0060a873ea8c9d4f8c9ec2f3562dd183fcde1418"><code>0060a87</code></a>ResourceIdentity: Switch to using plan instead of applied state forasserting...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/8b8c33ae55dca391f5523780925f4f3c3355c970"><code>8b8c33a</code></a>statecheck: Add new resource identity / state comparison checks (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503">#503</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/fc2179d87cb878ded1d04babf68e7f537bc24aa9"><code>fc2179d</code></a>build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/506">#506</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/a8b13661accd92fe230b7202588201092720ffd2"><code>a8b1366</code></a>build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/507">#507</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/28cd0fd775f2d486e69ad212178fc115e078dd36"><code>28cd0fd</code></a>github: Use Dependabot to keep Actions updated (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/504">#504</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/07dca39acf2c8dbf25d68e47915ff5ddc20490e8"><code>07dca39</code></a>build(deps): Bump github.com/hashicorp/terraform-json (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/505">#505</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/fdfdcd77d688d589ff161f87f0a34962043d3bb3"><code>fdfdcd7</code></a>update changelogs (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/500">#500</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-testing/commit/26e85543f51be94f68ef67c0411c85926d1e3d4c"><code>26e8554</code></a>Update CODEOWNERS (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/501">#501</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.12.0...v1.13.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-testing&package-manager=go_modules&previous-version=1.12.0&new-version=1.13.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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent14ab8be commit9f77f18

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

‎go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/hashicorp/terraform-plugin-framework-validatorsv0.17.0
1414
github.com/hashicorp/terraform-plugin-gov0.27.0
1515
github.com/hashicorp/terraform-plugin-logv0.9.0
16-
github.com/hashicorp/terraform-plugin-testingv1.12.0
16+
github.com/hashicorp/terraform-plugin-testingv1.13.0
1717
github.com/otiai10/copyv1.14.1
1818
github.com/stretchr/testifyv1.10.0
1919
)
@@ -40,7 +40,7 @@ require (
4040
github.com/Masterminds/semver/v3v3.2.0// indirect
4141
github.com/Masterminds/sprig/v3v3.2.3// indirect
4242
github.com/Microsoft/go-winiov0.6.2// indirect
43-
github.com/ProtonMail/go-cryptov1.1.3// indirect
43+
github.com/ProtonMail/go-cryptov1.1.6// indirect
4444
github.com/agext/levenshteinv1.2.3// indirect
4545
github.com/apparentlymart/go-textseg/v15v15.0.0// indirect
4646
github.com/armon/go-radixv1.0.1-0.20221118154546-54df44f2176c// indirect
@@ -51,7 +51,7 @@ require (
5151
github.com/cenkalti/backoff/v4v4.3.0// indirect
5252
github.com/cespare/xxhash/v2v2.3.0// indirect
5353
github.com/cihub/seelogv0.0.0-20170130134532-f561c5e57575// indirect
54-
github.com/cloudflare/circlv1.3.7// indirect
54+
github.com/cloudflare/circlv1.6.0// indirect
5555
github.com/coder/prettyv0.0.0-20230908205945-e89ba86370e0// indirect
5656
github.com/coder/serpentv0.10.0// indirect
5757
github.com/coder/terraform-provider-coder/v2v2.1.3// indirect
@@ -89,12 +89,12 @@ require (
8989
github.com/hashicorp/go-sockaddrv1.0.2// indirect
9090
github.com/hashicorp/go-uuidv1.0.3// indirect
9191
github.com/hashicorp/go-versionv1.7.0// indirect
92-
github.com/hashicorp/hc-installv0.9.1// indirect
92+
github.com/hashicorp/hc-installv0.9.2// indirect
9393
github.com/hashicorp/hcl/v2v2.23.0// indirect
9494
github.com/hashicorp/logutilsv1.0.0// indirect
95-
github.com/hashicorp/terraform-execv0.22.0// indirect
96-
github.com/hashicorp/terraform-jsonv0.24.0// indirect
97-
github.com/hashicorp/terraform-plugin-sdk/v2v2.36.1// indirect
95+
github.com/hashicorp/terraform-execv0.23.0// indirect
96+
github.com/hashicorp/terraform-jsonv0.25.0// indirect
97+
github.com/hashicorp/terraform-plugin-sdk/v2v2.37.0// indirect
9898
github.com/hashicorp/terraform-registry-addressv0.2.5// indirect
9999
github.com/hashicorp/terraform-svchostv0.1.1// indirect
100100
github.com/hashicorp/yamuxv0.1.2// indirect
@@ -177,15 +177,15 @@ require (
177177
go.uber.org/atomicv1.11.0// indirect
178178
go.uber.org/multierrv1.11.0// indirect
179179
go.uber.org/zapv1.27.0// indirect
180-
golang.org/x/cryptov0.37.0// indirect
180+
golang.org/x/cryptov0.38.0// indirect
181181
golang.org/x/expv0.0.0-20240808152545-0cdaa3abc0fa// indirect
182182
golang.org/x/modv0.24.0// indirect
183183
golang.org/x/netv0.39.0// indirect
184184
golang.org/x/oauth2v0.28.0// indirect
185-
golang.org/x/syncv0.13.0// indirect
186-
golang.org/x/sysv0.32.0// indirect
187-
golang.org/x/termv0.31.0// indirect
188-
golang.org/x/textv0.24.0// indirect
185+
golang.org/x/syncv0.14.0// indirect
186+
golang.org/x/sysv0.33.0// indirect
187+
golang.org/x/termv0.32.0// indirect
188+
golang.org/x/textv0.25.0// indirect
189189
golang.org/x/timev0.11.0// indirect
190190
golang.org/x/toolsv0.31.0// indirect
191191
golang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4da// indirect

‎go.sum

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBa
5757
github.com/Microsoft/go-winiov0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84=
5858
github.com/Microsoft/go-winiov0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
5959
github.com/Microsoft/go-winiov0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
60-
github.com/ProtonMail/go-cryptov1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk=
61-
github.com/ProtonMail/go-cryptov1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
60+
github.com/ProtonMail/go-cryptov1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw=
61+
github.com/ProtonMail/go-cryptov1.1.6/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
6262
github.com/agext/levenshteinv1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
6363
github.com/agext/levenshteinv1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
6464
github.com/andybalholm/brotliv1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
@@ -99,8 +99,8 @@ github.com/charmbracelet/x/term v0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQ
9999
github.com/charmbracelet/x/termv0.2.1/go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg=
100100
github.com/cihub/seelogv0.0.0-20170130134532-f561c5e57575 h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs=
101101
github.com/cihub/seelogv0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/fd/NrVaLscBKmPigpZpn5YawRPw+e3Yo=
102-
github.com/cloudflare/circlv1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
103-
github.com/cloudflare/circlv1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
102+
github.com/cloudflare/circlv1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk=
103+
github.com/cloudflare/circlv1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
104104
github.com/coder/coder/v2v2.21.3 h1:r7KIZn+SAGq06DWUffwOMTpKytHqHBBkzUbbgLgdDyc=
105105
github.com/coder/coder/v2v2.21.3/go.mod h1:QLX7sMgj72WylhO0Pyw/ld1W4hfXwIEbPMQXLbgnE3E=
106106
github.com/coder/prettyv0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs=
@@ -115,8 +115,8 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
115115
github.com/containerd/logv0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
116116
github.com/coreos/go-oidc/v3v3.13.0 h1:M66zd0pcc5VxvBNM4pB331Wrsanby+QomQYjN8HamW8=
117117
github.com/coreos/go-oidc/v3v3.13.0/go.mod h1:HaZ3szPaZ0e4r6ebqvsLWlk2Tn+aejfmrfah6hnSYEU=
118-
github.com/cyphar/filepath-securejoinv0.2.5 h1:6iR5tXJ/e6tJZzzdMc1km3Sa7RRIVBKAK32O2s7AYfo=
119-
github.com/cyphar/filepath-securejoinv0.2.5/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
118+
github.com/cyphar/filepath-securejoinv0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
119+
github.com/cyphar/filepath-securejoinv0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
120120
github.com/davecgh/go-spewv1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
121121
github.com/davecgh/go-spewv1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
122122
github.com/davecgh/go-spewv1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -155,10 +155,10 @@ github.com/go-chi/render v1.0.1 h1:4/5tis2cKaNdnv9zFLfXzcquC9HbeZgCnxGnKrltBS8=
155155
github.com/go-chi/renderv1.0.1/go.mod h1:pq4Rr7HbnsdaeHagklXub+p6Wd16Af5l9koip1OvJns=
156156
github.com/go-git/gcfgv1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
157157
github.com/go-git/gcfgv1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
158-
github.com/go-git/go-billy/v5v5.6.0 h1:w2hPNtoehvJIxR00Vb4xX94qHQi/ApZfX+nBE2Cjio8=
159-
github.com/go-git/go-billy/v5v5.6.0/go.mod h1:sFDq7xD3fn3E0GOwUSZqHo9lrkmx8xJhA0ZrfvjBRGM=
160-
github.com/go-git/go-git/v5v5.13.0 h1:vLn5wlGIh/X78El6r3Jr+30W16Blk0CTcxTYcYPWi5E=
161-
github.com/go-git/go-git/v5v5.13.0/go.mod h1:Wjo7/JyVKtQgUNdXYXIepzWfJQkUEIGvkvVkiXRR/zw=
158+
github.com/go-git/go-billy/v5v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=
159+
github.com/go-git/go-billy/v5v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU=
160+
github.com/go-git/go-git/v5v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60=
161+
github.com/go-git/go-git/v5v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k=
162162
github.com/go-jose/go-jose/v4v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=
163163
github.com/go-jose/go-jose/v4v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA=
164164
github.com/go-logr/logrv1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
@@ -172,8 +172,8 @@ github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=
172172
github.com/go-test/deepv1.1.0/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
173173
github.com/gogo/protobufv1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
174174
github.com/gogo/protobufv1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
175-
github.com/golang/groupcachev0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
176-
github.com/golang/groupcachev0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
175+
github.com/golang/groupcachev0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=
176+
github.com/golang/groupcachev0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw=
177177
github.com/golang/mockv1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=
178178
github.com/golang/protobufv1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
179179
github.com/golang/protobufv1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
@@ -231,16 +231,16 @@ github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/C
231231
github.com/hashicorp/go-uuidv1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
232232
github.com/hashicorp/go-versionv1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
233233
github.com/hashicorp/go-versionv1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
234-
github.com/hashicorp/hc-installv0.9.1 h1:gkqTfE3vVbafGQo6VZXcy2v5yoz2bE0+nhZXruCuODQ=
235-
github.com/hashicorp/hc-installv0.9.1/go.mod h1:pWWvN/IrfeBK4XPeXXYkL6EjMufHkCK5DvwxeLKuBf0=
234+
github.com/hashicorp/hc-installv0.9.2 h1:v80EtNX4fCVHqzL9Lg/2xkp62bbvQMnvPQ0G+OmtO24=
235+
github.com/hashicorp/hc-installv0.9.2/go.mod h1:XUqBQNnuT4RsxoxiM9ZaUk0NX8hi2h+Lb6/c0OZnC/I=
236236
github.com/hashicorp/hcl/v2v2.23.0 h1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos=
237237
github.com/hashicorp/hcl/v2v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
238238
github.com/hashicorp/logutilsv1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
239239
github.com/hashicorp/logutilsv1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
240-
github.com/hashicorp/terraform-execv0.22.0 h1:G5+4Sz6jYZfRYUCg6eQgDsqTzkNXV+fP8l+uRmZHj64=
241-
github.com/hashicorp/terraform-execv0.22.0/go.mod h1:bjVbsncaeh8jVdhttWYZuBGj21FcYw6Ia/XfHcNO7lQ=
242-
github.com/hashicorp/terraform-jsonv0.24.0 h1:rUiyF+x1kYawXeRth6fKFm/MdfBS6+lW4NbeATsYz8Q=
243-
github.com/hashicorp/terraform-jsonv0.24.0/go.mod h1:Nfj5ubo9xbu9uiAoZVBsNOjvNKB66Oyrvtit74kC7ow=
240+
github.com/hashicorp/terraform-execv0.23.0 h1:MUiBM1s0CNlRFsCLJuM5wXZrzA3MnPYEsiXmzATMW/I=
241+
github.com/hashicorp/terraform-execv0.23.0/go.mod h1:mA+qnx1R8eePycfwKkCRk3Wy65mwInvlpAeOwmA7vlY=
242+
github.com/hashicorp/terraform-jsonv0.25.0 h1:rmNqc/CIfcWawGiwXmRuiXJKEiJu1ntGoxseG1hLhoQ=
243+
github.com/hashicorp/terraform-jsonv0.25.0/go.mod h1:sMKS8fiRDX4rVlR6EJUMudg1WcanxCMoWwTLkgZP/vc=
244244
github.com/hashicorp/terraform-plugin-docsv0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbKP/nteVNBaI3hW7iQ8=
245245
github.com/hashicorp/terraform-plugin-docsv0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s=
246246
github.com/hashicorp/terraform-plugin-frameworkv1.14.1 h1:jaT1yvU/kEKEsxnbrn4ZHlgcxyIfjvZ41BLdlLk52fY=
@@ -251,10 +251,10 @@ github.com/hashicorp/terraform-plugin-go v0.27.0 h1:ujykws/fWIdsi6oTUT5Or4ukvEan
251251
github.com/hashicorp/terraform-plugin-gov0.27.0/go.mod h1:FDa2Bb3uumkTGSkTFpWSOwWJDwA7bf3vdP3ltLDTH6o=
252252
github.com/hashicorp/terraform-plugin-logv0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
253253
github.com/hashicorp/terraform-plugin-logv0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
254-
github.com/hashicorp/terraform-plugin-sdk/v2v2.36.1 h1:WNMsTLkZf/3ydlgsuXePa3jvZFwAJhruxTxP/c1Viuw=
255-
github.com/hashicorp/terraform-plugin-sdk/v2v2.36.1/go.mod h1:P6o64QS97plG44iFzSM6rAn6VJIC/Sy9a9IkEtl79K4=
256-
github.com/hashicorp/terraform-plugin-testingv1.12.0 h1:tpIe+T5KBkA1EO6aT704SPLedHUo55RenguLHcaSBdI=
257-
github.com/hashicorp/terraform-plugin-testingv1.12.0/go.mod h1:jbDQUkT9XRjAh1Bvyufq+PEH1Xs4RqIdpOQumSgSXBM=
254+
github.com/hashicorp/terraform-plugin-sdk/v2v2.37.0 h1:NFPMacTrY/IdcIcnUB+7hsore1ZaRWU9cnB6jFoBnIM=
255+
github.com/hashicorp/terraform-plugin-sdk/v2v2.37.0/go.mod h1:QYmYnLfsosrxjCnGY1p9c7Zj6n9thnEE+7RObeYs3fA=
256+
github.com/hashicorp/terraform-plugin-testingv1.13.0 h1:vTELm6x3Z4H9VO3fbz71wbJhbs/5dr5DXfIwi3GMmPY=
257+
github.com/hashicorp/terraform-plugin-testingv1.13.0/go.mod h1:b/hl6YZLm9fjeud/3goqh/gdqhZXbRfbHMkEiY9dZwc=
258258
github.com/hashicorp/terraform-registry-addressv0.2.5 h1:2GTftHqmUhVOeuu9CW3kwDkRe4pcBDq0uuK5VJngU1M=
259259
github.com/hashicorp/terraform-registry-addressv0.2.5/go.mod h1:PpzXWINwB5kuVS5CA7m1+eO2f1jKb5ZDIxrOPfpnGkg=
260260
github.com/hashicorp/terraform-svchostv0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
@@ -372,8 +372,8 @@ github.com/pion/transport/v3 v3.0.7 h1:iRbMH05BzSNwhILHoBoAPxoB9xQgOaJk+591KC9P1
372372
github.com/pion/transport/v3v3.0.7/go.mod h1:YleKiTZ4vqNxVwh77Z0zytYi7rXHl7j6uPLGhhz9rwo=
373373
github.com/pion/udpv0.1.4 h1:OowsTmu1Od3sD6i3fQUJxJn2fEvJO6L1TidgadtbTI8=
374374
github.com/pion/udpv0.1.4/go.mod h1:G8LDo56HsFwC24LIcnT4YIDU5qcB6NepqqjP0keL2us=
375-
github.com/pjbgf/sha1cdv0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
376-
github.com/pjbgf/sha1cdv0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
375+
github.com/pjbgf/sha1cdv0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
376+
github.com/pjbgf/sha1cdv0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
377377
github.com/pkg/errorsv0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
378378
github.com/pkg/errorsv0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
379379
github.com/pmezard/go-difflibv1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -423,8 +423,8 @@ github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFR
423423
github.com/sirupsen/logrusv1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
424424
github.com/sirupsen/logrusv1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
425425
github.com/sirupsen/logrusv1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
426-
github.com/skeema/knownhostsv1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=
427-
github.com/skeema/knownhostsv1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M=
426+
github.com/skeema/knownhostsv1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=
427+
github.com/skeema/knownhostsv1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY=
428428
github.com/spaolacci/murmur3v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
429429
github.com/spaolacci/murmur3v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
430430
github.com/spf13/aferov1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
@@ -559,8 +559,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
559559
golang.org/x/cryptov0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
560560
golang.org/x/cryptov0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
561561
golang.org/x/cryptov0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
562-
golang.org/x/cryptov0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=
563-
golang.org/x/cryptov0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc=
562+
golang.org/x/cryptov0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
563+
golang.org/x/cryptov0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
564564
golang.org/x/expv0.0.0-20240808152545-0cdaa3abc0fa h1:ELnwvuAXPNtPk1TJRuGkI9fDTwym6AYBu0qzT8AcHdI=
565565
golang.org/x/expv0.0.0-20240808152545-0cdaa3abc0fa/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
566566
golang.org/x/modv0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
@@ -593,8 +593,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
593593
golang.org/x/syncv0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
594594
golang.org/x/syncv0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
595595
golang.org/x/syncv0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
596-
golang.org/x/syncv0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
597-
golang.org/x/syncv0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
596+
golang.org/x/syncv0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
597+
golang.org/x/syncv0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
598598
golang.org/x/sysv0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
599599
golang.org/x/sysv0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
600600
golang.org/x/sysv0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -622,17 +622,17 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
622622
golang.org/x/sysv0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
623623
golang.org/x/sysv0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
624624
golang.org/x/sysv0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
625-
golang.org/x/sysv0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
626-
golang.org/x/sysv0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
625+
golang.org/x/sysv0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
626+
golang.org/x/sysv0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
627627
golang.org/x/termv0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
628628
golang.org/x/termv0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
629629
golang.org/x/termv0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
630630
golang.org/x/termv0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
631631
golang.org/x/termv0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
632632
golang.org/x/termv0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
633633
golang.org/x/termv0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
634-
golang.org/x/termv0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
635-
golang.org/x/termv0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
634+
golang.org/x/termv0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
635+
golang.org/x/termv0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
636636
golang.org/x/textv0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
637637
golang.org/x/textv0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
638638
golang.org/x/textv0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
@@ -641,8 +641,8 @@ golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
641641
golang.org/x/textv0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
642642
golang.org/x/textv0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
643643
golang.org/x/textv0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
644-
golang.org/x/textv0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
645-
golang.org/x/textv0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
644+
golang.org/x/textv0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
645+
golang.org/x/textv0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
646646
golang.org/x/timev0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=
647647
golang.org/x/timev0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
648648
golang.org/x/toolsv0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp