Skip to content

Commit

Permalink
build(deps): bump the gomod group with 2 updates (#709)
Browse files Browse the repository at this point in the history
Bumps the gomod group with 2 updates:
[cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go)
and [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil).

Updates `cloud.google.com/go/pubsub` from 1.46.0 to 1.47.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/pubsub's
releases</a>.</em></p>
<blockquote>
<h2>pubsub: v1.47.0</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.46.0...pubsub/v1.47.0">1.47.0</a>
(2025-01-31)</h2>
<h3>Features</h3>
<ul>
<li><strong>pubsub:</strong> Support new forms of topic ingestion (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11537">#11537</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/46d6ed475e6ae6b96f3e11e17496fd75fd8ea7c4">46d6ed4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/bfb6c05baed4e9a22a84d600700e5954cc5fc55a"><code>bfb6c05</code></a>
chore(main): release pubsub 1.47.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11547">#11547</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/46d6ed475e6ae6b96f3e11e17496fd75fd8ea7c4"><code>46d6ed4</code></a>
feat(pubsub): support new forms of topic ingestion (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11537">#11537</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/0dd7d3d62e54c6c3bca395fcca8450ad3347a5a0"><code>0dd7d3d</code></a>
feat(storage): wrap NotFound errors for buckets and objects (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11519">#11519</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/8fc5a87a1a06ffb24da9f93abd15644e8f2647ee"><code>8fc5a87</code></a>
chore: bump cloud.google.com/go dep (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11541">#11541</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/1a214c9742b7e394874c6a5fe1177994f19c68bd"><code>1a214c9</code></a>
chore: release main (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11467">#11467</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/24b3a20f14b6b220713df35177152462ad238a2a"><code>24b3a20</code></a>
chore(main): release 0.118.1 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11539">#11539</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/8eeb59cbfb16d8f379f7aa4c6f11e53cebbd38a6"><code>8eeb59c</code></a>
fix(storage): remove duplicate routing header (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11534">#11534</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/cac52f79a73d46774d33d76e3075c0a5b3e0b9f3"><code>cac52f7</code></a>
feat(storage): Use ReadHandle for faster re-connect (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11510">#11510</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/da9788f4806173617e825eeb7dbd370d5bedad3e"><code>da9788f</code></a>
test(storage): add -race to emulator tests (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11532">#11532</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/7f8d69dcd6a7b1ad6c1df8d9fe8dfb5fe0947479"><code>7f8d69d</code></a>
fix(storage): clone the defaultRetry to avoid modifying it directly (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11533">#11533</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.46.0...pubsub/v1.47.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/shirou/gopsutil/v4` from 4.24.12 to 4.25.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.25.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Other Changes</h3>
<ul>
<li>chore: explicit revive rules by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1778">shirou/gopsutil#1778</a></li>
<li>chore: call actions/checkout before actions/setup-go to benefit from
native cache by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1779">shirou/gopsutil#1779</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/90e59961ca1cd462850ab7e3345bedc9b9559f4f"><code>90e5996</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1780">#1780</a>
from shirou/dependabot/github_actions/actions/setup-...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/ee3a3d85a784981887049fb729acfc4ca41a73eb"><code>ee3a3d8</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1772">#1772</a>
from shirou/dependabot/github_actions/actions/upload...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a1359d4e1abd3d05ddf124945452244ceb269f10"><code>a1359d4</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1773">#1773</a>
from shirou/dependabot/go_modules/github.com/ebiteng...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/8d6af6c6ed088c904230fa12c47883184b56e071"><code>8d6af6c</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1775">#1775</a>
from shirou/dependabot/github_actions/advanced-secur...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/e826c61f60b435138ac46a63619f22a43c4f5556"><code>e826c61</code></a>
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/e7e2e9e4a8c97faf2531d86564212945c7c264c1"><code>e7e2e9e</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1779">#1779</a>
from mmorel-35/remove-actions-cache</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/644c48a15ad9179339c9e695c624d7cdf2cc87ca"><code>644c48a</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1778">#1778</a>
from mmorel-35/golangci-lint/revive</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/99d68e216010a3a8a305be7fe52fc507b0ba2b21"><code>99d68e2</code></a>
chore: call actions/checkout before actions/setup-go to benefit from
native c...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/d1977251f924c9b034bdaba452890d38a87aeaf0"><code>d197725</code></a>
chore: explicit revive rules</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/c8110d7c089cd41df0d97d782de670eb93e5e89c"><code>c8110d7</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1777">#1777</a>
from shirou/dependabot/github_actions/golangci/golan...</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">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 Feb 3, 2025
1 parent 0b70cd5 commit d81ca92
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 @@ -8,7 +8,7 @@ require (
cloud.google.com/go/bigquery v1.66.0
cloud.google.com/go/compute/metadata v0.6.0
cloud.google.com/go/profiler v0.4.2
cloud.google.com/go/pubsub v1.46.0
cloud.google.com/go/pubsub v1.47.0
cloud.google.com/go/storage v1.50.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26.0
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
Expand All @@ -22,7 +22,7 @@ require (
github.com/jonboulle/clockwork v0.5.0
github.com/prometheus/client_golang v1.20.5
github.com/sethvargo/go-envconfig v1.1.0
github.com/shirou/gopsutil/v4 v4.24.12
github.com/shirou/gopsutil/v4 v4.25.1
github.com/snabb/httpreaderat v1.0.1
go.opentelemetry.io/contrib/detectors/gcp v1.34.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
Expand All @@ -43,15 +43,15 @@ require (

require (
cel.dev/expr v0.19.0 // indirect
cloud.google.com/go v0.118.0 // indirect
cloud.google.com/go v0.118.1 // indirect
cloud.google.com/go/auth v0.14.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
cloud.google.com/go/iam v1.3.1 // indirect
cloud.google.com/go/monitoring v1.23.0 // indirect
cloud.google.com/go/trace v1.11.3 // indirect
dario.cat/mergo v1.0.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.1.5 // indirect
Expand All @@ -63,7 +63,7 @@ require (
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chainguard.dev/go-grpc-kit v0.17.7/go.mod h1:JroMzTY9mdhKe/bvtyChgfECaNh80+bMZH3
chainguard.dev/sdk v0.1.31 h1:Blvpa0Ji/tC1VVV8/l8UyQe022LoRxZLfgasyFE1EhQ=
chainguard.dev/sdk v0.1.31/go.mod h1:/zqikqbDCBAAlhIDuBl8V4bR9nmB1qLEIn2w9FxzNwI=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.118.0 h1:tvZe1mgqRxpiVa3XlIGMiPcEUbP1gNXELgD4y/IXmeQ=
cloud.google.com/go v0.118.0/go.mod h1:zIt2pkedt/mo+DQjcT4/L3NDxzHPR29j5HcclNH+9PM=
cloud.google.com/go v0.118.1 h1:b8RATMcrK9A4BH0rj8yQupPXp+aP+cJ0l6H7V9osV1E=
cloud.google.com/go v0.118.1/go.mod h1:CFO4UPEPi8oV21xoezZCrd3d81K4fFkDTEJu4R8K+9M=
cloud.google.com/go/auth v0.14.0 h1:A5C4dKV/Spdvxcl0ggWwWEzzP7AZMJSEIgrkngwhGYM=
cloud.google.com/go/auth v0.14.0/go.mod h1:CYsoRL1PdiDuqeQpZE0bP2pnPrGqFcOkI0nldEQis+A=
cloud.google.com/go/auth/oauth2adapt v0.2.7 h1:/Lc7xODdqcEw8IrZ9SvwnlLX6j9FHQM74z6cBk9Rw6M=
Expand All @@ -29,8 +29,8 @@ cloud.google.com/go/monitoring v1.23.0 h1:M3nXww2gn9oZ/qWN2bZ35CjolnVHM3qnSbu6sr
cloud.google.com/go/monitoring v1.23.0/go.mod h1:034NnlQPDzrQ64G2Gavhl0LUHZs9H3rRmhtnp7jiJgg=
cloud.google.com/go/profiler v0.4.2 h1:KojCmZ+bEPIQrd7bo2UFvZ2xUPLHl55KzHl7iaR4V2I=
cloud.google.com/go/profiler v0.4.2/go.mod h1:7GcWzs9deJHHdJ5J9V1DzKQ9JoIoTGhezwlLbwkOoCs=
cloud.google.com/go/pubsub v1.46.0 h1:C4EzOr0VuaesIFVFoYTcpCmXIyPVDPtvD3DEyn1Sqew=
cloud.google.com/go/pubsub v1.46.0/go.mod h1:qdGehMCX7Qnuoo8EhzKLXgbm3x8a8BVxfm/c06ZnRyE=
cloud.google.com/go/pubsub v1.47.0 h1:Ou2Qu4INnf7ykrFjGv2ntFOjVo8Nloh/+OffF4mUu9w=
cloud.google.com/go/pubsub v1.47.0/go.mod h1:LaENesmga+2u0nDtLkIOILskxsfvn/BXX9Ak1NFxOs8=
cloud.google.com/go/storage v1.50.0 h1:3TbVkzTooBvnZsk7WaAQfOsNrdoM8QHusXA1cpk6QJs=
cloud.google.com/go/storage v1.50.0/go.mod h1:l7XeiD//vx5lfqE3RavfmU9yvk5Pp0Zhcv482poyafY=
cloud.google.com/go/trace v1.11.3 h1:c+I4YFjxRQjvAhRmSsmjpASUKq88chOX854ied0K/pE=
Expand All @@ -40,8 +40,8 @@ dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 h1:3c8yed4lgqTt+oTQ+JNMDo+F4xprBf+O/il4ZC0nRLw=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0/go.mod h1:obipzmGjfSjam60XLwGfqUkJsfiheAl+TUjG+4yzyPM=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 h1:UQ0AhxogsIRZDkElkblfnwjc3IaltCm2HUMvezQaL7s=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1/go.mod h1:jyqM3eLpJ3IbIFDTKVz2rF9T/xWGW0rIriGwnz8l9Tk=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 h1:o90wcURuxekmXrtxmYWTyNla0+ZEHhud6DI1ZTxd1vI=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0/go.mod h1:6fTWu4m3jocfUZLYF5KsZC1TUfRvEjs7lM4crme/irw=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26.0 h1:hlbfyLDl7kZnOrQ5yPRftT9OTQxpfpBfOqmf3y1uc2E=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26.0/go.mod h1:ZZIZpUVreFujtCcXiAawLr9ex/FWz8uwAAzmFunV5dE=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.50.0 h1:nNMpRpnkWDAaqcpxMJvxa/Ud98gjbYwayJY4/9bdjiU=
Expand Down Expand Up @@ -131,8 +131,8 @@ github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGL
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ebitengine/purego v0.8.1 h1:sdRKd6plj7KYW33EH5As6YKfe8m9zbN9JMrOjNVF/BE=
github.com/ebitengine/purego v0.8.1/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
github.com/ebitengine/purego v0.8.2 h1:jPPGWs2sZ1UgOSgD2bClL0MJIqu58nOmIcBuXr62z1I=
github.com/ebitengine/purego v0.8.2/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM=
github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ=
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
Expand Down Expand Up @@ -309,8 +309,8 @@ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
github.com/sethvargo/go-envconfig v1.1.0 h1:cWZiJxeTm7AlCvzGXrEXaSTCNgip5oJepekh/BOQuog=
github.com/sethvargo/go-envconfig v1.1.0/go.mod h1:JLd0KFWQYzyENqnEPWWZ49i4vzZo/6nRidxI8YvGiHw=
github.com/shirou/gopsutil/v4 v4.24.12 h1:qvePBOk20e0IKA1QXrIIU+jmk+zEiYVVx06WjBRlZo4=
github.com/shirou/gopsutil/v4 v4.24.12/go.mod h1:DCtMPAad2XceTeIAbGyVfycbYQNBGk2P8cvDi7/VN9o=
github.com/shirou/gopsutil/v4 v4.25.1 h1:QSWkTc+fu9LTAWfkZwZ6j8MSUk4A2LV7rbH0ZqmLjXs=
github.com/shirou/gopsutil/v4 v4.25.1/go.mod h1:RoUCUpndaJFtT+2zsZzzmhvbfGoDCJ7nFXKJf8GqJbI=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=
Expand Down

0 comments on commit d81ca92

Please sign in to comment.