Skip to content

Commit bf2bf87

Browse files
chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 (#70)
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.9.0 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-testing/releases">github.com/hashicorp/terraform-plugin-testing's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <p>NOTES:</p> <ul> <li>compare: The <code>compare</code> package is considered experimental and may be altered or removed in a subsequent release (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: <code>CompareValue</code>, <code>CompareValueCollection</code>, and <code>CompareValuePairs</code> state checks are considered experimental and may be altered or removed in a subsequent release. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>compare: Introduced new <code>compare</code> package, which contains interfaces and implementations for value comparisons in state checks. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: Added <code>CompareValue</code> state check, which compares sequential values of the specified attribute at the given managed resource, or data source, using the supplied value comparer. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: Added <code>CompareValueCollection</code> state check, which compares each item in the specified collection (e.g., list, set) attribute, with the second specified attribute at the given managed resources, or data sources, using the supplied value comparer. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: Added <code>CompareValuePairs</code> state check, which compares the specified attributes at the given managed resources, or data sources, using the supplied value comparer. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-testing's changelog</a>.</em></p> <blockquote> <h2>1.10.0 (August 08, 2024)</h2> <p>NOTES:</p> <ul> <li>compare: The <code>compare</code> package is considered experimental and may be altered or removed in a subsequent release (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: <code>CompareValue</code>, <code>CompareValueCollection</code>, and <code>CompareValuePairs</code> state checks are considered experimental and may be altered or removed in a subsequent release. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>compare: Introduced new <code>compare</code> package, which contains interfaces and implementations for value comparisons in state checks. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: Added <code>CompareValue</code> state check, which compares sequential values of the specified attribute at the given managed resource, or data source, using the supplied value comparer. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: Added <code>CompareValueCollection</code> state check, which compares each item in the specified collection (e.g., list, set) attribute, with the second specified attribute at the given managed resources, or data sources, using the supplied value comparer. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> <li>statecheck: Added <code>CompareValuePairs</code> state check, which compares the specified attributes at the given managed resources, or data sources, using the supplied value comparer. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/330">#330</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/dfafdd7aa12923aad56131dc541bc3278bd8a712"><code>dfafdd7</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/5d78aa425672b061e9ff1195b4331db2070a1346"><code>5d78aa4</code></a> Implement comparison state checks to replace <code>TestCheckResourceAttrPtr</code>, `Tes...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/9501a02b120c21132854c73c01d415dc53e6c81f"><code>9501a02</code></a> build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/364">#364</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/c1879251ea10fe83a52a6dd7be847f1764ef2285"><code>c187925</code></a> build(deps): Bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/362">#362</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/4910d5236f5dd824dec00ad90bf1ba1be74680f7"><code>4910d52</code></a> docs: Update <code>Check</code> function examples with <code>statecheck</code> package implementati...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/f9ca4c365abff60c826dd84855b2bff3d1466a17"><code>f9ca4c3</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/361">#361</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/6dacd4f01f7992c73945126f40294f3b9345ac46"><code>6dacd4f</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/360">#360</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-testing/commit/23a9124b59be2685af2f953ceeb09eb0222824ce"><code>23a9124</code></a> build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/359">#359</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/terraform-plugin-testing/compare/v1.9.0...v1.10.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-plugin-testing&package-manager=go_modules&previous-version=1.9.0&new-version=1.10.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>
1 parent a776da3 commit bf2bf87

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

Diff for: go.mod

+8-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
1414
github.com/hashicorp/terraform-plugin-go v0.23.0
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
16-
github.com/hashicorp/terraform-plugin-testing v1.9.0
16+
github.com/hashicorp/terraform-plugin-testing v1.10.0
1717
github.com/otiai10/copy v1.14.0
1818
github.com/stretchr/testify v1.9.0
1919
)
@@ -73,9 +73,10 @@ require (
7373
github.com/hashicorp/go-hclog v1.6.3 // indirect
7474
github.com/hashicorp/go-multierror v1.1.1 // indirect
7575
github.com/hashicorp/go-plugin v1.6.0 // indirect
76+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7677
github.com/hashicorp/go-uuid v1.0.3 // indirect
7778
github.com/hashicorp/go-version v1.7.0 // indirect
78-
github.com/hashicorp/hc-install v0.7.0 // indirect
79+
github.com/hashicorp/hc-install v0.8.0 // indirect
7980
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
8081
github.com/hashicorp/logutils v1.0.0 // indirect
8182
github.com/hashicorp/terraform-exec v0.21.0 // indirect
@@ -143,15 +144,15 @@ require (
143144
go.opentelemetry.io/otel/trace v1.28.0 // indirect
144145
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
145146
go.uber.org/atomic v1.11.0 // indirect
146-
golang.org/x/crypto v0.25.0 // indirect
147+
golang.org/x/crypto v0.26.0 // indirect
147148
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
148149
golang.org/x/mod v0.19.0 // indirect
149150
golang.org/x/net v0.27.0 // indirect
150151
golang.org/x/oauth2 v0.21.0 // indirect
151-
golang.org/x/sync v0.7.0 // indirect
152-
golang.org/x/sys v0.22.0 // indirect
153-
golang.org/x/term v0.22.0 // indirect
154-
golang.org/x/text v0.16.0 // indirect
152+
golang.org/x/sync v0.8.0 // indirect
153+
golang.org/x/sys v0.23.0 // indirect
154+
golang.org/x/term v0.23.0 // indirect
155+
golang.org/x/text v0.17.0 // indirect
155156
golang.org/x/time v0.5.0 // indirect
156157
golang.org/x/tools v0.23.0 // indirect
157158
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect

Diff for: go.sum

+16-16
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ github.com/chenzhuoyu/iasm v0.9.0 h1:9fhXjVzq5hUy2gkhhgHl95zG2cEAhw9OSGs8toWWAwo
8181
github.com/chenzhuoyu/iasm v0.9.0/go.mod h1:Xjy2NpN3h7aUqeqM+woSuuvxmIe6+DDsiNLIrkAmYog=
8282
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
8383
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
84-
github.com/coder/coder/v2 v2.14.0 h1:Z7iyLdnFHYh57xddSCS2IE5JDy0O6r957T4S9lt5Obo=
85-
github.com/coder/coder/v2 v2.14.0/go.mod h1:dO79BI5XlP8rrtne1JpRcVehe27bNMXdZKyn1NsWbjA=
8684
github.com/coder/coder/v2 v2.14.1 h1:tSYe7H4pNRL8hh9ynwHK7QYTOvG5hcuZJEOkn4ZPASE=
8785
github.com/coder/coder/v2 v2.14.1/go.mod h1:dO79BI5XlP8rrtne1JpRcVehe27bNMXdZKyn1NsWbjA=
8886
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs=
@@ -222,13 +220,15 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l
222220
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
223221
github.com/hashicorp/go-plugin v1.6.0 h1:wgd4KxHJTVGGqWBq4QPB1i5BZNEx9BR8+OFmHDmTk8A=
224222
github.com/hashicorp/go-plugin v1.6.0/go.mod h1:lBS5MtSSBZk0SHc66KACcjjlU6WzEVP/8pwz68aMkCI=
223+
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
224+
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
225225
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
226226
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
227227
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
228228
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
229229
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
230-
github.com/hashicorp/hc-install v0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC1659aBk=
231-
github.com/hashicorp/hc-install v0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
230+
github.com/hashicorp/hc-install v0.8.0 h1:LdpZeXkZYMQhoKPCecJHlKvUkQFixN/nvyR1CdfOLjI=
231+
github.com/hashicorp/hc-install v0.8.0/go.mod h1:+MwJYjDfCruSD/udvBmRB22Nlkwwkwf5sAB6uTIhSaU=
232232
github.com/hashicorp/hcl/v2 v2.21.0 h1:lve4q/o/2rqwYOgUg3y3V2YPyD1/zkCLGjIV74Jit14=
233233
github.com/hashicorp/hcl/v2 v2.21.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
234234
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
@@ -249,8 +249,8 @@ github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9T
249249
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
250250
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 h1:kJiWGx2kiQVo97Y5IOGR4EMcZ8DtMswHhUuFibsCQQE=
251251
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0/go.mod h1:sl/UoabMc37HA6ICVMmGO+/0wofkVIRxf+BMb/dnoIg=
252-
github.com/hashicorp/terraform-plugin-testing v1.9.0 h1:xOsQRqqlHKXpFq6etTxih3ubdK3HVDtfE1IY7Rpd37o=
253-
github.com/hashicorp/terraform-plugin-testing v1.9.0/go.mod h1:fhhVx/8+XNJZTD5o3b4stfZ6+q7z9+lIWigIYdT6/44=
252+
github.com/hashicorp/terraform-plugin-testing v1.10.0 h1:2+tmRNhvnfE4Bs8rB6v58S/VpqzGC6RCh9Y8ujdn+aw=
253+
github.com/hashicorp/terraform-plugin-testing v1.10.0/go.mod h1:iWRW3+loP33WMch2P/TEyCxxct/ZEcCGMquSLSCVsrc=
254254
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
255255
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
256256
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
@@ -506,8 +506,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
506506
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
507507
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
508508
golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
509-
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
510-
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
509+
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
510+
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
511511
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 h1:LfspQV/FYTatPTr/3HzIcmiUFH7PGP+OQ6mgDYo3yuQ=
512512
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
513513
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
@@ -538,8 +538,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
538538
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
539539
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
540540
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
541-
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
542-
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
541+
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
542+
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
543543
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
544544
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
545545
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -562,24 +562,24 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
562562
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
563563
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
564564
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
565-
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
566-
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
565+
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
566+
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
567567
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
568568
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
569569
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
570570
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
571571
golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA=
572-
golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
573-
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
572+
golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU=
573+
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
574574
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
575575
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
576576
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
577577
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
578578
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
579579
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
580580
golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
581-
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
582-
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
581+
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
582+
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
583583
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
584584
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
585585
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=

0 commit comments

Comments
 (0)