Skip to content

Commit

Permalink
chore(deps): Bump the production-dependencies group with 2 updates (#84)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates:
[github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty)
and
[google.golang.org/api](https://github.com/googleapis/google-api-go-client).

Updates `github.com/jedib0t/go-pretty/v6` from 6.5.5 to 6.5.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jedib0t/go-pretty/releases">github.com/jedib0t/go-pretty/v6's
releases</a>.</em></p>
<blockquote>
<h2>v6.5.9</h2>
<h2>What's Changed</h2>
<ul>
<li>table: html row automerge support by <a
href="https://github.com/hindessm"><code>@​hindessm</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/319">jedib0t/go-pretty#319</a></li>
<li>table: update note about auto-merge by <a
href="https://github.com/hindessm"><code>@​hindessm</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/320">jedib0t/go-pretty#320</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hindessm"><code>@​hindessm</code></a>
made their first contribution in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/319">jedib0t/go-pretty#319</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9">https://github.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9</a></p>
<h2>v6.5.8</h2>
<h2>What's Changed</h2>
<ul>
<li>table: paging should work with auto-merge; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/315">#315</a>
by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/317">jedib0t/go-pretty#317</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8">https://github.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8</a></p>
<h2>v6.5.7</h2>
<h2>What's Changed</h2>
<ul>
<li>table: fix paging with separators; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/312">#312</a>
by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/313">jedib0t/go-pretty#313</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7">https://github.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7</a></p>
<h2>v6.5.6</h2>
<h2>What's Changed</h2>
<ul>
<li>text: remove unused regular expression by <a
href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/308">jedib0t/go-pretty#308</a></li>
<li>Allow alphanumerical sort to be case-insensitive by <a
href="https://github.com/Skeeve"><code>@​Skeeve</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/309">jedib0t/go-pretty#309</a></li>
<li>table: note about auto-merge and HTML/Markdown modes by <a
href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/311">jedib0t/go-pretty#311</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6">https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/b0affc2e1dca52789f977147b5ba48371a628453"><code>b0affc2</code></a>
table: update note about auto-merge (<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/320">#320</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/5395a20dc837bdb31a5962d1055ba34ec7bd1e7f"><code>5395a20</code></a>
table: html row automerge support (<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/319">#319</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/027182ac4146c7c368debfcb557c546f89143f39"><code>027182a</code></a>
table: paging should work with auto-merge; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/315">#315</a>
(<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/317">#317</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/d03b448d2b0ab3659cf46d0a2a1d90d46911a560"><code>d03b448</code></a>
table: fix paging with separators; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/312">#312</a>
(<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/313">#313</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/04a692c054792c224bcb358767eb8128b5d2e72b"><code>04a692c</code></a>
table: note about auto-merge and HTML/Markdown modes (<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/311">#311</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/b9fd4225364881b1e40be72d4d3d1eb7f2d18d0d"><code>b9fd422</code></a>
table: allow alphanumerical sort to be case-insensitive (<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/309">#309</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/98472a2757cf4ab2d5d60bd9c8ec465f9a728091"><code>98472a2</code></a>
text: remove unused regular expression (<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/308">#308</a>)</li>
<li>See full diff in <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/api` from 0.176.1 to 0.177.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's
releases</a>.</em></p>
<blockquote>
<h2>v0.177.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.176.1...v0.177.0">0.177.0</a>
(2024-04-30)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2548">#2548</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/32a5d10b1870bacb93fdf065e5ce7923c04039e8">32a5d10</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2550">#2550</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/f9bf96df3a9a7ee9eb5b4b01c60d50f4c70e45c9">f9bf96d</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2551">#2551</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/4418f5fc551ce9a1edda277ddf483f3dd596d9aa">4418f5f</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2553">#2553</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/2f46e14ff3836ec2ed0e9b08c33b3ec3d29e707b">2f46e14</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2556">#2556</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/fb153c030eb62f149abff30e6948ea1933a9034c">fb153c0</a>)</li>
<li>Reduce code size by 29% (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2544">#2544</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/2f2505b83d909fafc4dcf24aff9bb6eb3b7333d7">2f2505b</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Split large compute file up (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2546">#2546</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1b6db6c4446668599f8db8edda2dde85d7b6015d">1b6db6c</a>)</li>
<li>Temp patch cloud.google.com/go ambiguity (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2560">#2560</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/3eb92f1acf25ec8ac4eeb0fa75dbb04a10db36e0">3eb92f1</a>),
refs <a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2543">#2543</a>
<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2559">#2559</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/google-api-go-client/compare/v0.176.1...v0.177.0">0.177.0</a>
(2024-04-30)</h2>
<h3>Features</h3>
<ul>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2548">#2548</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/32a5d10b1870bacb93fdf065e5ce7923c04039e8">32a5d10</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2550">#2550</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/f9bf96df3a9a7ee9eb5b4b01c60d50f4c70e45c9">f9bf96d</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2551">#2551</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/4418f5fc551ce9a1edda277ddf483f3dd596d9aa">4418f5f</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2553">#2553</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/2f46e14ff3836ec2ed0e9b08c33b3ec3d29e707b">2f46e14</a>)</li>
<li><strong>all:</strong> Auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2556">#2556</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/fb153c030eb62f149abff30e6948ea1933a9034c">fb153c0</a>)</li>
<li>Reduce code size by 29% (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2544">#2544</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/2f2505b83d909fafc4dcf24aff9bb6eb3b7333d7">2f2505b</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Split large compute file up (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2546">#2546</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/1b6db6c4446668599f8db8edda2dde85d7b6015d">1b6db6c</a>)</li>
<li>Temp patch cloud.google.com/go ambiguity (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2560">#2560</a>)
(<a
href="https://github.com/googleapis/google-api-go-client/commit/3eb92f1acf25ec8ac4eeb0fa75dbb04a10db36e0">3eb92f1</a>),
refs <a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2543">#2543</a>
<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2559">#2559</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/a11ef60f2a28101378ad81d3e553ffb90b43b653"><code>a11ef60</code></a>
chore(main): release 0.177.0 (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2545">#2545</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/e6e5ac51a51fb1c7e3fde1d4a8459f93d35e502b"><code>e6e5ac5</code></a>
chore(all): update all (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2552">#2552</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/3eb92f1acf25ec8ac4eeb0fa75dbb04a10db36e0"><code>3eb92f1</code></a>
fix: temp patch cloud.google.com/go ambiguity (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2560">#2560</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/1b6db6c4446668599f8db8edda2dde85d7b6015d"><code>1b6db6c</code></a>
fix: split large compute file up (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2546">#2546</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/fb153c030eb62f149abff30e6948ea1933a9034c"><code>fb153c0</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2556">#2556</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/a5d7734196f7d2a68ed5624e3c1e64eadaf2204e"><code>a5d7734</code></a>
chore(deps): disable otel updates until Go 1.21 (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2554">#2554</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/2f46e14ff3836ec2ed0e9b08c33b3ec3d29e707b"><code>2f46e14</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2553">#2553</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/4418f5fc551ce9a1edda277ddf483f3dd596d9aa"><code>4418f5f</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2551">#2551</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/f9bf96df3a9a7ee9eb5b4b01c60d50f4c70e45c9"><code>f9bf96d</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2550">#2550</a>)</li>
<li><a
href="https://github.com/googleapis/google-api-go-client/commit/32a5d10b1870bacb93fdf065e5ce7923c04039e8"><code>32a5d10</code></a>
feat(all): auto-regenerate discovery clients (<a
href="https://redirect.github.com/googleapis/google-api-go-client/issues/2548">#2548</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-api-go-client/compare/v0.176.1...v0.177.0">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent c6ce9b9 commit 99f76f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
cloud.google.com/go/storage v1.40.0
github.com/ardanlabs/conf/v3 v3.1.7
github.com/jedib0t/go-pretty/v6 v6.5.5
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.9.0
github.com/vektah/gqlparser/v2 v2.5.11
Expand All @@ -15,12 +15,12 @@ require (
go.opentelemetry.io/contrib/propagators/autoprop v0.51.0
go.opentelemetry.io/otel v1.26.0
go.opentelemetry.io/otel/sdk v1.26.0
google.golang.org/api v0.176.1
google.golang.org/api v0.177.0
gopkg.in/yaml.v3 v3.0.1
)

require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go v0.112.2 // indirect
cloud.google.com/go/auth v0.3.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
Expand Down Expand Up @@ -74,7 +74,7 @@ require (
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.0 // indirect
)
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.112.1 h1:uJSeirPke5UNZHIb4SxfZklVSiWWVqW4oXlETwZziwM=
cloud.google.com/go v0.112.1/go.mod h1:+Vbu+Y1UU+I1rjmzeMOb/8RfkKJK2Gyxi1X6jJCZLo4=
cloud.google.com/go v0.112.2 h1:ZaGT6LiG7dBzi6zNOvVZwacaXlmf3lRqnC4DQzqyRQw=
cloud.google.com/go v0.112.2/go.mod h1:iEqjp//KquGIJV/m+Pk3xecgKNhV+ry+vVTsy4TbDms=
cloud.google.com/go/auth v0.3.0 h1:PRyzEpGfx/Z9e8+lHsbkoUVXD0gnu4MNmm7Gp8TQNIs=
cloud.google.com/go/auth v0.3.0/go.mod h1:lBv6NKTWp8E3LPzmO1TbiiRKc4drLOfHsgmlH9ogv5w=
cloud.google.com/go/auth/oauth2adapt v0.2.2 h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4=
Expand Down Expand Up @@ -82,8 +82,8 @@ github.com/googleapis/gax-go/v2 v2.12.3 h1:5/zPPDvw8Q1SuXjrqrZslrqT7dL/uJT2CQii/
github.com/googleapis/gax-go/v2 v2.12.3/go.mod h1:AKloxT6GtNbaLm8QTNSidHUVsHYcBHwWRvkNFJUQcS4=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1/go.mod h1:5SN9VR2LTsRFsrEC6FHgRbTWrTHu6tqPeKxEQv15giM=
github.com/jedib0t/go-pretty/v6 v6.5.5 h1:PpIU8lOjxvVYGGKule0QxxJfNysUSbC9lggQU2cpZJc=
github.com/jedib0t/go-pretty/v6 v6.5.5/go.mod h1:5LQIxa52oJ/DlDSLv0HEkWOFMDGoWkJb9ss5KqPpJBg=
github.com/jedib0t/go-pretty/v6 v6.5.9 h1:ACteMBRrrmm1gMsXe9PSTOClQ63IXDUt03H5U+UV8OU=
github.com/jedib0t/go-pretty/v6 v6.5.9/go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down Expand Up @@ -213,8 +213,8 @@ golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBn
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
google.golang.org/api v0.176.1 h1:DJSXnV6An+NhJ1J+GWtoF2nHEuqB1VNoTfnIbjNvwD4=
google.golang.org/api v0.176.1/go.mod h1:j2MaSDYcvYV1lkZ1+SMW4IeF90SrEyFA+tluDYWRrFg=
google.golang.org/api v0.177.0 h1:8a0p/BbPa65GlqGWtUKxot4p0TV8OGOfyTjtmkXNXmk=
google.golang.org/api v0.177.0/go.mod h1:srbhue4MLjkjbkux5p3dw/ocYOSZTaIEvf7bCOnFQDw=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
Expand All @@ -224,8 +224,8 @@ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de h1:F6qOa9AZTYJXOUE
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:VUhTRKeHn9wwcdrk73nvdC9gF178Tzhmt/qyaFcPLSo=
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c h1:kaI7oewGK5YnVwj+Y+EJBO/YN1ht8iTL9XkFHtVZLsc=
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c/go.mod h1:VQW3tUculP/D4B+xVCo+VgSq8As6wA9ZjHl//pmk+6s=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be h1:LG9vZxsWGOmUKieR8wPAUR3u3MpnYFQZROPIMaXh7/A=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 h1:DujSIu+2tC9Ht0aPNA7jgj23Iq8Ewi5sgkQ++wdvonE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
Expand All @@ -242,8 +242,8 @@ google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
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.0 h1:Qo/qEd2RZPCf2nKuorzksSknv0d3ERwp1vFG38gSmH4=
google.golang.org/protobuf v1.34.0/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 99f76f0

Please sign in to comment.