Skip to content

Commit

Permalink
build(deps): Bump the all-go-mod-patch-and-minor group across 3 direc…
Browse files Browse the repository at this point in the history
…tories with 3 updates (#828)

Bumps the all-go-mod-patch-and-minor group with 2 updates in the /
directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo)
and [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go).
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /api
directory: [github.com/onsi/gomega](https://github.com/onsi/gomega) and
[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go).
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /common
directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo)
and [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go).

Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.19.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.19.1</h2>
<h2>2.19.1</h2>
<h3>Fixes</h3>
<ul>
<li>update supported platforms for race conditions [63c8c30]</li>
<li>[build] Allow custom name for binaries. [ff41e27]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump gomega [76f4e0c]</li>
<li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)
[b69c00d]</li>
<li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)
[f097741]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.19.1</h2>
<h3>Fixes</h3>
<ul>
<li>update supported platforms for race conditions [63c8c30]</li>
<li>[build] Allow custom name for binaries. [ff41e27]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump gomega [76f4e0c]</li>
<li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)
[b69c00d]</li>
<li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)
[f097741]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/224be5bf5590e4159b19e750f013cb77d68f2609"><code>224be5b</code></a>
v2.19.1</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/76f4e0c7a23a0b727cb891f8bbeeacdfc546df77"><code>76f4e0c</code></a>
bump gomega</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/63c8c309603c777514d203eb8fea190d79949d94"><code>63c8c30</code></a>
update supported platforms for race conditions</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/b69c00d4ce8b2d0bb408b8cf6dc3317e6a9deeb1"><code>b69c00d</code></a>
Bump rexml from 3.2.6 to 3.2.8 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/2e7a930655d6d7ac3a3445d50c0a7d7cc0dddf9a"><code>2e7a930</code></a>
--- (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1418">#1418</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/f09774112b383b2cda8f470c8301f066ae9add83"><code>f097741</code></a>
Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/628dbb9415becabe8c58ca09f4ba9767e8369a1e"><code>628dbb9</code></a>
fix: issue-1427</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/ff41e27cde41de31abf27e4e80dffc6bde12a2da"><code>ff41e27</code></a>
[build] Allow custom name for binaries.</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.34.0</h2>
<h2>1.34.0</h2>
<h3>Features</h3>
<ul>
<li>Add RoundTripper method to ghttp.Server [c549e0d]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)
[878940c]</li>
<li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo [8af2ece]</li>
<li>Fix typo in docs [123a071]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)
[0e69083]</li>
<li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)
[2675796]</li>
<li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>)
[4160c0f]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>)
[892c303]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.34.0</h2>
<h3>Features</h3>
<ul>
<li>Add RoundTripper method to ghttp.Server [c549e0d]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)
[878940c]</li>
<li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo [8af2ece]</li>
<li>Fix typo in docs [123a071]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)
[0e69083]</li>
<li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)
[2675796]</li>
<li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>)
[4160c0f]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>)
[892c303]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a>
v1.34.0</li>
<li><a
href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a>
run go mod tidy and wonder why go get doesnt just run it for me in the
first ...</li>
<li><a
href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a>
bump ginkgo</li>
<li><a
href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a>
fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a>
clean up bipartitegraph tests</li>
<li><a
href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a>
issue_765 - fixed bug in Hopcroft-Karp algorithm</li>
<li><a
href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a>
Fix typo in docs</li>
<li><a
href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a>
Add RoundTripper method to ghttp.Server</li>
<li><a
href="https://github.com/onsi/gomega/commit/0e69083804979327b6008a5c7aaab402cd589c5a"><code>0e69083</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/2675796ca77f9f71845145dfb23cb5004a648fdf"><code>2675796</code></a>
Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.3 (2024-07-25)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/application-autoscaling</code>: Updates service
API</li>
<li><code>service/application-signals</code>: Updates service API and
documentation</li>
<li><code>service/bedrock-runtime</code>: Updates service API and
documentation</li>
<li><code>service/codecommit</code>: Updates service API and
documentation
<ul>
<li>CreateRepository API now throws OperationNotAllowedException when
the account has been restricted from creating a repository.</li>
</ul>
</li>
<li><code>service/datazone</code>: Updates service API and
documentation</li>
<li><code>service/ec2</code>: Updates service API and documentation
<ul>
<li>EC2 Fleet now supports using custom identifiers to reference Amazon
Machine Images (AMI) in launch requests that are configured to choose
from a diversified list of instance types.</li>
</ul>
</li>
<li><code>service/ecr</code>: Updates service API, documentation,
paginators, and examples
<ul>
<li>API and documentation updates for Amazon ECR, adding support for
creating, updating, describing and deleting ECR Repository Creation
Template.</li>
</ul>
</li>
<li><code>service/eks</code>: Updates service API and documentation</li>
<li><code>service/elasticloadbalancingv2</code>: Updates service API,
documentation, and examples</li>
<li><code>service/network-firewall</code>: Updates service API and
documentation</li>
<li><code>service/outposts</code>: Updates service API and
documentation</li>
<li><code>service/states</code>: Updates service API and documentation
<ul>
<li>This release adds support to customer managed KMS key encryption in
AWS Step Functions.</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Remove broken integration test.
<ul>
<li>Remove integration test broken by cloudsearch service.</li>
</ul>
</li>
</ul>
<h1>Release v1.55.2 (2024-07-24)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/cleanrooms</code>: Updates service API and
documentation</li>
<li><code>service/dynamodb</code>: Updates service API, documentation,
waiters, paginators, and examples
<ul>
<li>DynamoDB doc only update for July</li>
</ul>
</li>
<li><code>service/iotsitewise</code>: Updates service API and
documentation</li>
<li><code>service/mediapackagev2</code>: Updates service API</li>
<li><code>service/medical-imaging</code>: Updates service API and
documentation</li>
<li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and
documentation</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Add missing bool error matching.
<ul>
<li>This enables waiters defined to match on presence/absence of
errors.</li>
</ul>
</li>
</ul>
<h1>Release v1.55.1 (2024-07-23)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/appsync</code>: Updates service API and
paginators</li>
<li><code>service/cleanrooms</code>: Updates service API, documentation,
and paginators</li>
<li><code>service/cleanroomsml</code>: Updates service API,
documentation, and waiters</li>
<li><code>service/connect</code>: Updates service API and
documentation</li>
<li><code>service/connect-contact-lens</code>: Updates service API and
documentation</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/f5c0cf4254ac39e051431136466f9d9ff0e6b1a4"><code>f5c0cf4</code></a>
Release v1.55.3 (2024-07-25) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/0eb09e61ca5c71b95222f428aabc579859e595e8"><code>0eb09e6</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a>
from aws/fix-cloudsearch</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/3800e5c7b5b0ffc6c3cccb094b897cfcc2ad5255"><code>3800e5c</code></a>
remove integration test broken by cloudsearch service</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/37d771a11f4df61355cfa22b3915f181a79014b8"><code>37d771a</code></a>
Release v1.55.2 (2024-07-24) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/070dd382d4bcc1e1ad031be103cba887b7bd96d0"><code>070dd38</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a>
from aws/fix-waitermatchbool</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/d68c8e4bd8c65a38c8b24a11e6ac27128a296dd9"><code>d68c8e4</code></a>
Update aws/request/waiter_test.go</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/888c4039ce2dd3f49a6c7b79e34236de5d5e5367"><code>888c403</code></a>
add missing any/none waiter error matching</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/42cbf2a247d39fcf92222c1ea3909b445d956b40"><code>42cbf2a</code></a>
Release v1.55.1 (2024-07-23) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/3c1fb65900e35c30456b9007103d7b3c5cc46f9e"><code>3c1fb65</code></a>
Release v1.55.0 (2024-07-22) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/e65d388936db8812834e57a1f3c54c8787ef4d07"><code>e65d388</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a>
from aws/fix-sensitivelistmap</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.34.0</h2>
<h2>1.34.0</h2>
<h3>Features</h3>
<ul>
<li>Add RoundTripper method to ghttp.Server [c549e0d]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)
[878940c]</li>
<li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo [8af2ece]</li>
<li>Fix typo in docs [123a071]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)
[0e69083]</li>
<li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)
[2675796]</li>
<li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>)
[4160c0f]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>)
[892c303]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.34.0</h2>
<h3>Features</h3>
<ul>
<li>Add RoundTripper method to ghttp.Server [c549e0d]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)
[878940c]</li>
<li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo [8af2ece]</li>
<li>Fix typo in docs [123a071]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)
[0e69083]</li>
<li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)
[2675796]</li>
<li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>)
[4160c0f]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>)
[892c303]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a>
v1.34.0</li>
<li><a
href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a>
run go mod tidy and wonder why go get doesnt just run it for me in the
first ...</li>
<li><a
href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a>
bump ginkgo</li>
<li><a
href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a>
fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a>
clean up bipartitegraph tests</li>
<li><a
href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a>
issue_765 - fixed bug in Hopcroft-Karp algorithm</li>
<li><a
href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a>
Fix typo in docs</li>
<li><a
href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a>
Add RoundTripper method to ghttp.Server</li>
<li><a
href="https://github.com/onsi/gomega/commit/0e69083804979327b6008a5c7aaab402cd589c5a"><code>0e69083</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/2675796ca77f9f71845145dfb23cb5004a648fdf"><code>2675796</code></a>
Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.3 (2024-07-25)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/application-autoscaling</code>: Updates service
API</li>
<li><code>service/application-signals</code>: Updates service API and
documentation</li>
<li><code>service/bedrock-runtime</code>: Updates service API and
documentation</li>
<li><code>service/codecommit</code>: Updates service API and
documentation
<ul>
<li>CreateRepository API now throws OperationNotAllowedException when
the account has been restricted from creating a repository.</li>
</ul>
</li>
<li><code>service/datazone</code>: Updates service API and
documentation</li>
<li><code>service/ec2</code>: Updates service API and documentation
<ul>
<li>EC2 Fleet now supports using custom identifiers to reference Amazon
Machine Images (AMI) in launch requests that are configured to choose
from a diversified list of instance types.</li>
</ul>
</li>
<li><code>service/ecr</code>: Updates service API, documentation,
paginators, and examples
<ul>
<li>API and documentation updates for Amazon ECR, adding support for
creating, updating, describing and deleting ECR Repository Creation
Template.</li>
</ul>
</li>
<li><code>service/eks</code>: Updates service API and documentation</li>
<li><code>service/elasticloadbalancingv2</code>: Updates service API,
documentation, and examples</li>
<li><code>service/network-firewall</code>: Updates service API and
documentation</li>
<li><code>service/outposts</code>: Updates service API and
documentation</li>
<li><code>service/states</code>: Updates service API and documentation
<ul>
<li>This release adds support to customer managed KMS key encryption in
AWS Step Functions.</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Remove broken integration test.
<ul>
<li>Remove integration test broken by cloudsearch service.</li>
</ul>
</li>
</ul>
<h1>Release v1.55.2 (2024-07-24)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/cleanrooms</code>: Updates service API and
documentation</li>
<li><code>service/dynamodb</code>: Updates service API, documentation,
waiters, paginators, and examples
<ul>
<li>DynamoDB doc only update for July</li>
</ul>
</li>
<li><code>service/iotsitewise</code>: Updates service API and
documentation</li>
<li><code>service/mediapackagev2</code>: Updates service API</li>
<li><code>service/medical-imaging</code>: Updates service API and
documentation</li>
<li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and
documentation</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Add missing bool error matching.
<ul>
<li>This enables waiters defined to match on presence/absence of
errors.</li>
</ul>
</li>
</ul>
<h1>Release v1.55.1 (2024-07-23)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/appsync</code>: Updates service API and
paginators</li>
<li><code>service/cleanrooms</code>: Updates service API, documentation,
and paginators</li>
<li><code>service/cleanroomsml</code>: Updates service API,
documentation, and waiters</li>
<li><code>service/connect</code>: Updates service API and
documentation</li>
<li><code>service/connect-contact-lens</code>: Updates service API and
documentation</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/f5c0cf4254ac39e051431136466f9d9ff0e6b1a4"><code>f5c0cf4</code></a>
Release v1.55.3 (2024-07-25) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/0eb09e61ca5c71b95222f428aabc579859e595e8"><code>0eb09e6</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a>
from aws/fix-cloudsearch</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/3800e5c7b5b0ffc6c3cccb094b897cfcc2ad5255"><code>3800e5c</code></a>
remove integration test broken by cloudsearch service</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/37d771a11f4df61355cfa22b3915f181a79014b8"><code>37d771a</code></a>
Release v1.55.2 (2024-07-24) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/070dd382d4bcc1e1ad031be103cba887b7bd96d0"><code>070dd38</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a>
from aws/fix-waitermatchbool</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/d68c8e4bd8c65a38c8b24a11e6ac27128a296dd9"><code>d68c8e4</code></a>
Update aws/request/waiter_test.go</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/888c4039ce2dd3f49a6c7b79e34236de5d5e5367"><code>888c403</code></a>
add missing any/none waiter error matching</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/42cbf2a247d39fcf92222c1ea3909b445d956b40"><code>42cbf2a</code></a>
Release v1.55.1 (2024-07-23) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/3c1fb65900e35c30456b9007103d7b3c5cc46f9e"><code>3c1fb65</code></a>
Release v1.55.0 (2024-07-22) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/e65d388936db8812834e57a1f3c54c8787ef4d07"><code>e65d388</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a>
from aws/fix-sensitivelistmap</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.19.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.19.1</h2>
<h2>2.19.1</h2>
<h3>Fixes</h3>
<ul>
<li>update supported platforms for race conditions [63c8c30]</li>
<li>[build] Allow custom name for binaries. [ff41e27]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump gomega [76f4e0c]</li>
<li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)
[b69c00d]</li>
<li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)
[f097741]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.19.1</h2>
<h3>Fixes</h3>
<ul>
<li>update supported platforms for race conditions [63c8c30]</li>
<li>[build] Allow custom name for binaries. [ff41e27]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump gomega [76f4e0c]</li>
<li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)
[b69c00d]</li>
<li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)
[f097741]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/224be5bf5590e4159b19e750f013cb77d68f2609"><code>224be5b</code></a>
v2.19.1</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/76f4e0c7a23a0b727cb891f8bbeeacdfc546df77"><code>76f4e0c</code></a>
bump gomega</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/63c8c309603c777514d203eb8fea190d79949d94"><code>63c8c30</code></a>
update supported platforms for race conditions</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/b69c00d4ce8b2d0bb408b8cf6dc3317e6a9deeb1"><code>b69c00d</code></a>
Bump rexml from 3.2.6 to 3.2.8 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/2e7a930655d6d7ac3a3445d50c0a7d7cc0dddf9a"><code>2e7a930</code></a>
--- (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1418">#1418</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/f09774112b383b2cda8f470c8301f066ae9add83"><code>f097741</code></a>
Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/628dbb9415becabe8c58ca09f4ba9767e8369a1e"><code>628dbb9</code></a>
fix: issue-1427</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/ff41e27cde41de31abf27e4e80dffc6bde12a2da"><code>ff41e27</code></a>
[build] Allow custom name for binaries.</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.34.0</h2>
<h2>1.34.0</h2>
<h3>Features</h3>
<ul>
<li>Add RoundTripper method to ghttp.Server [c549e0d]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)
[878940c]</li>
<li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo [8af2ece]</li>
<li>Fix typo in docs [123a071]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)
[0e69083]</li>
<li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)
[2675796]</li>
<li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>)
[4160c0f]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>)
[892c303]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.34.0</h2>
<h3>Features</h3>
<ul>
<li>Add RoundTripper method to ghttp.Server [c549e0d]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)
[878940c]</li>
<li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo [8af2ece]</li>
<li>Fix typo in docs [123a071]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)
[0e69083]</li>
<li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)
[2675796]</li>
<li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>)
[4160c0f]</li>
<li>Bump github-pages from 230 to 231 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>)
[892c303]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a>
v1.34.0</li>
<li><a
href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a>
run go mod tidy and wonder why go get doesnt just run it for me in the
first ...</li>
<li><a
href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a>
bump ginkgo</li>
<li><a
href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a>
fix incorrect handling of nil slices in HaveExactElements (fixes <a
href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a>
clean up bipartitegraph tests</li>
<li><a
href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a>
issue_765 - fixed bug in Hopcroft-Karp algorithm</li>
<li><a
href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a>
Fix typo in docs</li>
<li><a
href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a>
Add RoundTripper method to ghttp.Server</li>
<li><a
href="https://github.com/onsi/gomega/commit/0e69083804979327b6008a5c7aaab402cd589c5a"><code>0e69083</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a
href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/2675796ca77f9f71845145dfb23cb5004a648fdf"><code>2675796</code></a>
Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a
href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's
releases</a>.</em></p>
<blockquote>
<h1>Release v1.55.3 (2024-07-25)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/application-autoscaling</code>: Updates service
API</li>
<li><code>service/application-signals</code>: Updates service API and
documentation</li>
<li><code>service/bedrock-runtime</code>: Updates service API and
documentation</li>
<li><code>service/codecommit</code>: Updates service API and
documentation
<ul>
<li>CreateRepository API now throws OperationNotAllowedException when
the account has been restricted from creating a repository.</li>
</ul>
</li>
<li><code>service/datazone</code>: Updates service API and
documentation</li>
<li><code>service/ec2</code>: Updates service API and documentation
<ul>
<li>EC2 Fleet now supports using custom identifiers to reference Amazon
Machine Images (AMI) in launch requests that are configured to choose
from a diversified list of instance types.</li>
</ul>
</li>
<li><code>service/ecr</code>: Updates service API, documentation,
paginators, and examples
<ul>
<li>API and documentation updates for Amazon ECR, adding support for
creating, updating, describing and deleting ECR Repository Creation
Template.</li>
</ul>
</li>
<li><code>service/eks</code>: Updates service API and documentation</li>
<li><code>service/elasticloadbalancingv2</code>: Updates service API,
documentation, and examples</li>
<li><code>service/network-firewall</code>: Updates service API and
documentation</li>
<li><code>service/outposts</code>: Updates service API and
documentation</li>
<li><code>service/states</code>: Updates service API and documentation
<ul>
<li>This release adds support to customer managed KMS key encryption in
AWS Step Functions.</li>
</ul>
</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Remove broken integration test.
<ul>
<li>Remove integration test broken by cloudsearch service.</li>
</ul>
</li>
</ul>
<h1>Release v1.55.2 (2024-07-24)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/cleanrooms</code>: Updates service API and
documentation</li>
<li><code>service/dynamodb</code>: Updates service API, documentation,
waiters, paginators, and examples
<ul>
<li>DynamoDB doc only update for July</li>
</ul>
</li>
<li><code>service/iotsitewise</code>: Updates service API and
documentation</li>
<li><code>service/mediapackagev2</code>: Updates service API</li>
<li><code>service/medical-imaging</code>: Updates service API and
documentation</li>
<li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and
documentation</li>
</ul>
<h3>SDK Bugs</h3>
<ul>
<li>Add missing bool error matching.
<ul>
<li>This enables waiters defined to match on presence/absence of
errors.</li>
</ul>
</li>
</ul>
<h1>Release v1.55.1 (2024-07-23)</h1>
<h3>Service Client Updates</h3>
<ul>
<li><code>service/appsync</code>: Updates service API and
paginators</li>
<li><code>service/cleanrooms</code>: Updates service API, documentation,
and paginators</li>
<li><code>service/cleanroomsml</code>: Updates service API,
documentation, and waiters</li>
<li><code>service/connect</code>: Updates service API and
documentation</li>
<li><code>service/connect-contact-lens</code>: Updates service API and
documentation</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/f5c0cf4254ac39e051431136466f9d9ff0e6b1a4"><code>f5c0cf4</code></a>
Release v1.55.3 (2024-07-25) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/0eb09e61ca5c71b95222f428aabc579859e595e8"><code>0eb09e6</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a>
from aws/fix-cloudsearch</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/3800e5c7b5b0ffc6c3cccb094b897cfcc2ad5255"><code>3800e5c</code></a>
remove integration test broken by cloudsearch service</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/37d771a11f4df61355cfa22b3915f181a79014b8"><code>37d771a</code></a>
Release v1.55.2 (2024-07-24) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/070dd382d4bcc1e1ad031be103cba887b7bd96d0"><code>070dd38</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a>
from aws/fix-waitermatchbool</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/d68c8e4bd8c65a38c8b24a11e6ac27128a296dd9"><code>d68c8e4</code></a>
Update aws/request/waiter_test.go</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/888c4039ce2dd3f49a6c7b79e34236de5d5e5367"><code>888c403</code></a>
add missing any/none waiter error matching</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/42cbf2a247d39fcf92222c1ea3909b445d956b40"><code>42cbf2a</code></a>
Release v1.55.1 (2024-07-23) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/3c1fb65900e35c30456b9007103d7b3c5cc46f9e"><code>3c1fb65</code></a>
Release v1.55.0 (2024-07-22) (<a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go/commit/e65d388936db8812834e57a1f3c54c8787ef4d07"><code>e65d388</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a>
from aws/fix-sensitivelistmap</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.3">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jimmi Dyson <jimmidyson@gmail.com>
  • Loading branch information
dependabot[bot] and jimmidyson authored Jul 29, 2024
1 parent 525d5a3 commit cc342d5
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
8 changes: 4 additions & 4 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ toolchain go1.22.5
replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common => ../common

require (
github.com/aws/aws-sdk-go v1.54.20
github.com/aws/aws-sdk-go v1.55.3
github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common v0.7.0
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240704131014-072b7a88a7f5
github.com/onsi/gomega v1.33.1
github.com/onsi/gomega v1.34.0
k8s.io/api v0.29.7
k8s.io/apiextensions-apiserver v0.29.7
k8s.io/apimachinery v0.29.7
Expand Down Expand Up @@ -60,13 +60,13 @@ require (
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
20 changes: 10 additions & 10 deletions api/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aws/aws-sdk-go v1.54.20 h1:FZ2UcXya7bUkvkpf7TaPmiL7EubK0go1nlXGLRwEsoo=
github.com/aws/aws-sdk-go v1.54.20/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.55.3 h1:0B5hOX+mIx7I5XPOrjrHlKSDQV/+ypFZpIHOx5LOk3E=
github.com/aws/aws-sdk-go v1.55.3/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Expand Down Expand Up @@ -87,10 +87,10 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240704131014-072b7a88a7f5 h1:R9Aaat25nA9mAIRGciy8QpkVzLOcuk+TV7U4s1kH8fQ=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240704131014-072b7a88a7f5/go.mod h1:C2eEpgqsMqwhliCKeoJOvkkWobeZr4d4DiaCR09pdHA=
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
github.com/onsi/gomega v1.34.0 h1:eSSPsPNp6ZpsG8X1OVmOTxig+CblTc4AxpPBykhe2Os=
github.com/onsi/gomega v1.34.0/go.mod h1:MIKI8c+f+QLWk+hxbePD4i0LMJSExPaZOVfkoex4cAo=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down Expand Up @@ -157,8 +157,8 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
Expand Down Expand Up @@ -188,8 +188,8 @@ google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAs
google.golang.org/appengine v1.6.8/go.mod h1:1jJ3jBArFh5pcgW8gCtRJnepW8FzD1V44FJffLiz/Ds=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down
10 changes: 5 additions & 5 deletions common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/evanphx/json-patch/v5 v5.9.0
github.com/go-logr/logr v1.4.2
github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api v0.0.0-00010101000000-000000000000
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/onsi/ginkgo/v2 v2.19.1
github.com/onsi/gomega v1.34.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
gomodules.xyz/jsonpatch/v2 v2.4.0
Expand All @@ -30,7 +30,7 @@ require (
require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.54.20 // indirect
github.com/aws/aws-sdk-go v1.55.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down Expand Up @@ -72,15 +72,15 @@ require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
20 changes: 10 additions & 10 deletions common/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/aws/aws-sdk-go v1.54.20 h1:FZ2UcXya7bUkvkpf7TaPmiL7EubK0go1nlXGLRwEsoo=
github.com/aws/aws-sdk-go v1.54.20/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.55.3 h1:0B5hOX+mIx7I5XPOrjrHlKSDQV/+ypFZpIHOx5LOk3E=
github.com/aws/aws-sdk-go v1.55.3/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Expand Down Expand Up @@ -108,10 +108,10 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240704131014-072b7a88a7f5 h1:R9Aaat25nA9mAIRGciy8QpkVzLOcuk+TV7U4s1kH8fQ=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240704131014-072b7a88a7f5/go.mod h1:C2eEpgqsMqwhliCKeoJOvkkWobeZr4d4DiaCR09pdHA=
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
github.com/onsi/gomega v1.34.0 h1:eSSPsPNp6ZpsG8X1OVmOTxig+CblTc4AxpPBykhe2Os=
github.com/onsi/gomega v1.34.0/go.mod h1:MIKI8c+f+QLWk+hxbePD4i0LMJSExPaZOVfkoex4cAo=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down Expand Up @@ -207,8 +207,8 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
Expand Down Expand Up @@ -246,8 +246,8 @@ google.golang.org/grpc v1.60.1 h1:26+wFr+cNqSGFcOXcabYC0lUVJVRa2Sb2ortSK7VrEU=
google.golang.org/grpc v1.60.1/go.mod h1:OlCHIeLYqSSsLi6i49B5QGdzaMZK9+M7LXN2FKz4eGM=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ require (
github.com/nutanix/ntnx-api-golang-clients/clustermgmt-go-client/v4 v4.0.1-beta.2
github.com/nutanix/ntnx-api-golang-clients/networking-go-client/v4 v4.0.2-beta.1
github.com/nutanix/ntnx-api-golang-clients/prism-go-client/v4 v4.0.1-beta.1
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/onsi/ginkgo/v2 v2.19.1
github.com/onsi/gomega v1.34.0
github.com/pkg/errors v0.9.1
github.com/samber/lo v1.46.0
github.com/spf13/pflag v1.0.5
Expand Down Expand Up @@ -58,7 +58,7 @@ require (
github.com/alessio/shellescape v1.4.1 // indirect
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.54.20 // indirect
github.com/aws/aws-sdk-go v1.55.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
Expand Down Expand Up @@ -142,7 +142,7 @@ require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand All @@ -151,7 +151,7 @@ require (
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY=
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/aws/aws-sdk-go v1.54.20 h1:FZ2UcXya7bUkvkpf7TaPmiL7EubK0go1nlXGLRwEsoo=
github.com/aws/aws-sdk-go v1.54.20/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go v1.55.3 h1:0B5hOX+mIx7I5XPOrjrHlKSDQV/+ypFZpIHOx5LOk3E=
github.com/aws/aws-sdk-go v1.55.3/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Expand Down Expand Up @@ -208,10 +208,10 @@ github.com/nutanix/ntnx-api-golang-clients/storage-go-client/v4 v4.0.2-alpha.3 h
github.com/nutanix/ntnx-api-golang-clients/storage-go-client/v4 v4.0.2-alpha.3/go.mod h1:kz3gO87xtWnPOCP2kN7yw5LvCDVRnvg8BOWL7CarqXA=
github.com/nutanix/ntnx-api-golang-clients/vmm-go-client/v4 v4.0.1-beta.1 h1:XuTRvYu1kiNjdXOYVwyjhKlFWyo9nMit6GsOYV8+5Cg=
github.com/nutanix/ntnx-api-golang-clients/vmm-go-client/v4 v4.0.1-beta.1/go.mod h1:CaWm4GFpAjQQDc6YXl/dUDrHpuW54h8j6Cj7EslE4Qk=
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
github.com/onsi/gomega v1.34.0 h1:eSSPsPNp6ZpsG8X1OVmOTxig+CblTc4AxpPBykhe2Os=
github.com/onsi/gomega v1.34.0/go.mod h1:MIKI8c+f+QLWk+hxbePD4i0LMJSExPaZOVfkoex4cAo=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI=
Expand Down Expand Up @@ -357,8 +357,8 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
Expand Down Expand Up @@ -398,8 +398,8 @@ google.golang.org/grpc v1.60.1 h1:26+wFr+cNqSGFcOXcabYC0lUVJVRa2Sb2ortSK7VrEU=
google.golang.org/grpc v1.60.1/go.mod h1:OlCHIeLYqSSsLi6i49B5QGdzaMZK9+M7LXN2FKz4eGM=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down

0 comments on commit cc342d5

Please sign in to comment.