Skip to content

Commit e5ca556

Browse files
build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0 (#468)
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.21.0 to 0.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-docs/releases">github.com/hashicorp/terraform-plugin-docs's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>generate: The <code>.ProviderShortName</code> template function now uses the rendered provider name to derive the provider short name. Users that pass in the <code>--rendered-provider-name</code> flag might see a different output for this function (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> </ul> <p>NOTES:</p> <ul> <li>generate: Generated import documentation will now contain more information about which methods are supported by the provider (CLI command, config by ID, config by identity). (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/495">#495</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>generate: Added support for defining import example file (<code>import-by-string-id.tf</code>) using Terraform configuration and the <code>id</code> attribute (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/472">#472</a>)</li> <li>generate: Added support for defining import example file (<code>import-by-identity.tf</code>) using Terraform configuration and the <code>identity</code> attribute (managed resource identity) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/496">#496</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>validate: Add <code>allowed-guide-subcategories</code> and <code>allowed-resource-subcategories</code> to provide a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>validate: Add <code>allowed-guide-subcategories-file</code> and <code>allowed-resource-subcategories-file</code> to provide a file containing a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Default resource and function templates now use <code>.RenderedProviderName</code> instead of <code>.ProviderName</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> <li>generate: Remove trailing whitespace from default function template when <code>.HasVariadic</code> evaluates to false (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>validate: Fixed a bug that caused all non-index files to be detected as guides (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Remove <code>subcategory</code> field from default provider templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-docs's changelog</a>.</em></p> <blockquote> <h2>0.22.0 (July 01, 2025)</h2> <p>BREAKING CHANGES:</p> <ul> <li>generate: The <code>.ProviderShortName</code> template function now uses the rendered provider name to derive the provider short name. Users that pass in the <code>--rendered-provider-name</code> flag might see a different output for this function (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> </ul> <p>NOTES:</p> <ul> <li>generate: Generated import documentation will now contain more information about which methods are supported by the provider (CLI command, config by ID, config by identity). (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/495">#495</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>generate: Added support for defining import example file (<code>import-by-string-id.tf</code>) using Terraform configuration and the <code>id</code> attribute (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/472">#472</a>)</li> <li>generate: Added support for defining import example file (<code>import-by-identity.tf</code>) using Terraform configuration and the <code>identity</code> attribute (managed resource identity) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/496">#496</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>validate: Add <code>allowed-guide-subcategories</code> and <code>allowed-resource-subcategories</code> to provide a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>validate: Add <code>allowed-guide-subcategories-file</code> and <code>allowed-resource-subcategories-file</code> to provide a file containing a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Default resource and function templates now use <code>.RenderedProviderName</code> instead of <code>.ProviderName</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> <li>generate: Remove trailing whitespace from default function template when <code>.HasVariadic</code> evaluates to false (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>validate: Fixed a bug that caused all non-index files to be detected as guides (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Remove <code>subcategory</code> field from default provider templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/0be94a77bdb365b5cfe31e4c21f7815b384d2399"><code>0be94a7</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/5db550975c478ae458ad12964b3f967be1055883"><code>5db5509</code></a> generate: Add support for import configuration examples with <code>identity</code> + sch...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/3b9b212b7696d8528397271c5ff4a5ddc2a3ce05"><code>3b9b212</code></a> generate: Add support for <code>import</code> configuration examples with the <code>id</code> attri...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/31cddc780d26d5e66fce673e18f64d6b297fd6f5"><code>31cddc7</code></a> Revert &quot;Bump github.com/yuin/goldmark from 1.7.7 to 1.7.12 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/484">#484</a>)&quot; (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/498">#498</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/9ff8b91ea1e23bbdb28d7b89aa0cd6c50518f8c7"><code>9ff8b91</code></a> Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-*...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/03677020e0a08a75df4180baaace07b0e42a2fe3"><code>0367702</code></a> Generate: Use rendered provider name instead of provider name in default temp...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/8b2645d33ebb685b19030284154b5c7c1510fedf"><code>8b2645d</code></a> Bump github.com/yuin/goldmark from 1.7.7 to 1.7.12 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/484">#484</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/2f25d2c0d2305eb5117d85d3857416249874092a"><code>2f25d2c</code></a> fix: remove double newlines when no variadic argument (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/2ffec57b62671e96a119acc9617cf71c3133577b"><code>2ffec57</code></a> Remove subcategory field from frontmatter in default provider template. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/20d59379a481902ab13b77deabad17683d2653dc"><code>20d5937</code></a> Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/491">#491</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.21.0...v0.22.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-docs&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Gier <[email protected]>
1 parent 1a9bac7 commit e5ca556

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/datastax/terraform-provider-astra/v2
22

3-
go 1.23.0
3+
go 1.23.7
44

55
toolchain go1.24.2
66

@@ -10,7 +10,7 @@ require (
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/go-cty v1.5.0
1212
github.com/hashicorp/go-retryablehttp v0.7.8
13-
github.com/hashicorp/terraform-plugin-docs v0.21.0
13+
github.com/hashicorp/terraform-plugin-docs v0.22.0
1414
github.com/hashicorp/terraform-plugin-framework v1.15.0
1515
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
1616
github.com/hashicorp/terraform-plugin-go v0.28.0
@@ -37,7 +37,7 @@ require (
3737
github.com/beevik/etree v1.1.0 // indirect
3838
github.com/bgentry/speakeasy v0.1.0 // indirect
3939
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
40-
github.com/cloudflare/circl v1.6.0 // indirect
40+
github.com/cloudflare/circl v1.6.1 // indirect
4141
github.com/davecgh/go-spew v1.1.1 // indirect
4242
github.com/fatih/color v1.16.0 // indirect
4343
github.com/golang/protobuf v1.5.4 // indirect
@@ -85,16 +85,16 @@ require (
8585
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8686
github.com/yuin/goldmark v1.7.7 // indirect
8787
github.com/yuin/goldmark-meta v1.1.0 // indirect
88-
github.com/zclconf/go-cty v1.16.2 // indirect
88+
github.com/zclconf/go-cty v1.16.3 // indirect
8989
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
9090
golang.org/x/crypto v0.38.0 // indirect
9191
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
92-
golang.org/x/mod v0.24.0 // indirect
93-
golang.org/x/net v0.39.0 // indirect
94-
golang.org/x/sync v0.14.0 // indirect
92+
golang.org/x/mod v0.25.0 // indirect
93+
golang.org/x/net v0.40.0 // indirect
94+
golang.org/x/sync v0.15.0 // indirect
9595
golang.org/x/sys v0.33.0 // indirect
96-
golang.org/x/text v0.25.0 // indirect
97-
golang.org/x/tools v0.22.0 // indirect
96+
golang.org/x/text v0.26.0 // indirect
97+
golang.org/x/tools v0.33.0 // indirect
9898
google.golang.org/appengine v1.6.8 // indirect
9999
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
100100
google.golang.org/grpc v1.72.1 // indirect

go.sum

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
9999
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
100100
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
101101
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
102-
github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk=
103-
github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
102+
github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=
103+
github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
104104
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
105105
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
106106
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
@@ -266,8 +266,8 @@ github.com/hashicorp/terraform-exec v0.23.0/go.mod h1:mA+qnx1R8eePycfwKkCRk3Wy65
266266
github.com/hashicorp/terraform-json v0.10.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE=
267267
github.com/hashicorp/terraform-json v0.25.0 h1:rmNqc/CIfcWawGiwXmRuiXJKEiJu1ntGoxseG1hLhoQ=
268268
github.com/hashicorp/terraform-json v0.25.0/go.mod h1:sMKS8fiRDX4rVlR6EJUMudg1WcanxCMoWwTLkgZP/vc=
269-
github.com/hashicorp/terraform-plugin-docs v0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbKP/nteVNBaI3hW7iQ8=
270-
github.com/hashicorp/terraform-plugin-docs v0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s=
269+
github.com/hashicorp/terraform-plugin-docs v0.22.0 h1:fwIDStbFel1PPNkM+mDPnpB4efHZBdGoMz/zt5FbTDw=
270+
github.com/hashicorp/terraform-plugin-docs v0.22.0/go.mod h1:55DJVyZ7BNK4t/lANcQ1YpemRuS6KsvIO1BbGA+xzGE=
271271
github.com/hashicorp/terraform-plugin-framework v1.15.0 h1:LQ2rsOfmDLxcn5EeIwdXFtr03FVsNktbbBci8cOKdb4=
272272
github.com/hashicorp/terraform-plugin-framework v1.15.0/go.mod h1:hxrNI/GY32KPISpWqlCoTLM9JZsGH3CyYlir09bD/fI=
273273
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 h1:OQnlOt98ua//rCw+QhBbSqfW3QbwtVrcdWeQN5gI3Hw=
@@ -396,8 +396,8 @@ github.com/pquerna/otp v1.3.0 h1:oJV/SkzR33anKXwQU3Of42rL4wbrffP4uvUf1SvS5Xs=
396396
github.com/pquerna/otp v1.3.0/go.mod h1:dkJfzwRKNiegxyNb54X/3fLwhCynbMspSyWKnvi1AEg=
397397
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
398398
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
399-
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
400-
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
399+
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
400+
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
401401
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
402402
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
403403
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
@@ -451,8 +451,8 @@ github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBv
451451
github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
452452
github.com/zclconf/go-cty v1.2.1/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
453453
github.com/zclconf/go-cty v1.8.2/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk=
454-
github.com/zclconf/go-cty v1.16.2 h1:LAJSwc3v81IRBZyUVQDUdZ7hs3SYs9jv0eZJDWHD/70=
455-
github.com/zclconf/go-cty v1.16.2/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
454+
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
455+
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
456456
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
457457
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
458458
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
@@ -521,8 +521,8 @@ golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzB
521521
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
522522
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
523523
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
524-
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
525-
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
524+
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
525+
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
526526
golang.org/x/net v0.0.0-20180530234432-1e491301e022/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
527527
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
528528
golang.org/x/net v0.0.0-20180811021610-c39426892332/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -555,8 +555,8 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v
555555
golang.org/x/net v0.0.0-20210326060303-6b1517762897/go.mod h1:uSPa2vr4CLtc/ILN5odXGNXS6mhrKVzTaCXzk9m6W3k=
556556
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
557557
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
558-
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=
559-
golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E=
558+
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
559+
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
560560
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
561561
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
562562
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -571,8 +571,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
571571
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
572572
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
573573
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
574-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
575-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
574+
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
575+
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
576576
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
577577
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
578578
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -630,8 +630,8 @@ golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
630630
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
631631
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
632632
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
633-
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
634-
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
633+
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
634+
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
635635
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
636636
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
637637
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -674,8 +674,8 @@ golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roY
674674
golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
675675
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
676676
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
677-
golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA=
678-
golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
677+
golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc=
678+
golang.org/x/tools v0.33.0/go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI=
679679
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
680680
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
681681
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)