Skip to content

Bump the go-mod group across 1 directory with 14 updates #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the go-mod group with 13 updates in the / directory:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.30.0 2.34.0
github.com/DIMO-Network/cloudevent 0.0.3 0.0.4
github.com/DIMO-Network/shared 0.12.7 0.12.10
github.com/aws/aws-sdk-go-v2 1.32.7 1.36.3
github.com/aws/aws-sdk-go-v2/credentials 1.17.48 1.17.65
github.com/aws/aws-sdk-go-v2/service/s3 1.72.0 1.79.0
github.com/ethereum/go-ethereum 1.15.6 1.15.7
github.com/gofiber/swagger 1.1.0 1.1.1
github.com/grpc-ecosystem/go-grpc-middleware/v2 2.2.0 2.3.1
github.com/prometheus/client_golang 1.20.5 1.21.1
github.com/rs/zerolog 1.33.0 1.34.0
golang.org/x/sync 0.11.0 0.12.0
google.golang.org/grpc 1.67.1 1.71.1

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.30.0 to 2.34.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.34.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.33.1...v2.34.0

v2.33.1

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.33.0...v2.33.1

v2.33.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.32.2...v2.33.0

v2.32.2

... (truncated)

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.34.0, 2025-04-01

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.33.1...v2.34.0

v2.33.1, 2025-03-18

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.33.0...v2.33.1

v2.33.0, 2025-03-07

What's Changed

Enhancements 🎉

Bug fixes 🐛

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.32.2...v2.33.0

v2.32.2, 2025-02-20

What's Changed

Bug Fixes 🐛

... (truncated)

Commits
  • 2c6c2e8 Update release notes
  • b58ba92 Merge pull request #1535 from ClickHouse/enhance_pr_1532
  • 1376737 Merge pull request #1534 from ClickHouse/fixed_string_size_err
  • 922e168 enhancements for decimal strings
  • 963e5c0 fix benchmark insert query
  • 13204e7 FixedString enhancements
  • c94092a Merge pull request #1532 from rutaka-n/extend-decimal-type-parsing
  • 19348db allow to build decimal from string
  • 2be589e Merge pull request #1530 from hazzik/chore/err
  • 4b86ad3 chore: replace pkg/errors with stdlib
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/cloudevent from 0.0.3 to 0.0.4

Release notes

Sourced from github.com/DIMO-Network/cloudevent's releases.

v0.0.4

Full Changelog: DIMO-Network/cloudevent@v0.0.3...v0.0.4

Commits

Updates github.com/DIMO-Network/shared from 0.12.7 to 0.12.10

Release notes

Sourced from github.com/DIMO-Network/shared's releases.

v0.12.10

What's Changed

Full Changelog: DIMO-Network/shared@v0.12.9...v0.12.10

v0.12.9

What's Changed

Full Changelog: DIMO-Network/shared@v0.12.8...v0.12.9

v0.12.8

What's Changed

Full Changelog: DIMO-Network/shared@v0.12.7...v0.12.8

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.32.7 to 1.36.3

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.48 to 1.17.65

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.0 to 1.79.0

Commits

Updates github.com/ethereum/go-ethereum from 1.15.6 to 1.15.7

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Juggernaut Shield (v1.15.7)

This is a bug fix release. We are putting is out specifically to address a critical issue that could break archive node databases.

  • Fixed an issue for --state.scheme=hash where the log indexer would accidentally delete trie nodes. (#31525)
  • Fixed an issue with tx submission, where the local pool didn't track pending nonces correctly. (#31496)
  • The log indexer will now disable itself when hitting missing receipts in the database. (#31500)
  • Another txpool issue reorg issue in ethclient/simulated.Backend is fixed in this release. (#31228)
  • Memory allocation for trie operations has been reduced significantly. (#30932)
  • eth_createAccessList now supports state overrides like eth_call. (#31497)
  • eth_createAccessList will now exclude 7702 authorities from the result. (#31336)
  • The abigen library now correctly forwards access lists to eth_estimateGas. (#31394)

For a full rundown of the changes please consult the Geth 1.15.7 release milestone


As with all our previous releases, you can find the:

Commits
  • 827d3fc .travis.yml: remove macos build
  • 9af88d1 version: back to v1.15.7, to fix the build
  • 9c970d8 version: begin v1.15.8 release cycle
  • 82fc77a version: release go-ethereum v1.15.7 stable
  • 14d576c core/filtermaps: hashdb safe delete range (#31525)
  • ffa315f .gitignore: ignore binaries (#31531)
  • c8a9a9c core/filtermaps: revert to unindexed mode in case of indexing error (#31500)
  • 32f36a6 core/txpool: fix nonce assignment in local tracker (#31496)
  • 141968a core/txpool/legacypool: fix data race in checkDelegationLimit (#31475)
  • 714fa4f cmd/geth: update geth subcommand arguments (#31293)
  • Additional commits viewable in compare view

Updates github.com/gofiber/swagger from 1.1.0 to 1.1.1

Release notes

Sourced from github.com/gofiber/swagger's releases.

v1.1.1

🧹 Updates

  • build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 (#107)
  • build(deps): bump github.com/swaggo/files/v2 from 2.0.1 to 2.0.2 (#108)
  • build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4 (#101)
  • build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#98)
  • build(deps): bump github.com/swaggo/files/v2 from 2.0.0 to 2.0.1 (#97)

Full Changelog: gofiber/swagger@v1.1.0...v1.1.1

Commits
  • 6c5f065 Merge pull request #107 from gofiber/dependabot/go_modules/github.com/gofiber...
  • c044361 build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6
  • b8bd6e6 Merge pull request #108 from gofiber/dependabot/go_modules/github.com/swaggo/...
  • 5de16a9 build(deps): bump github.com/swaggo/files/v2 from 2.0.1 to 2.0.2
  • e2d9e99 Merge pull request #101 from gofiber/dependabot/go_modules/github.com/swaggo/...
  • 1cfbf04 build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4
  • 7729f57 Merge pull request #98 from gofiber/dependabot/github_actions/dependabot/fetc...
  • 4f69bb5 build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • 3725e39 Merge pull request #97 from gofiber/dependabot/go_modules/github.com/swaggo/f...
  • 06078c8 build(deps): bump github.com/swaggo/files/v2 from 2.0.0 to 2.0.1
  • See full diff in compare view

Updates github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.2.0 to 2.3.1

Release notes

Sourced from github.com/grpc-ecosystem/go-grpc-middleware/v2's releases.

v2.3.1

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.0...v2.3.1

v2.3.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.0

Commits

Updates github.com/prometheus/client_golang from 1.20.5 to 1.21.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.21.1 / 2025-03-04

This release addresses a performance regression introduced in #1661 -- thanks to all who reported this quickly: @​chlunde, @​dethi, @​aaronbee @​tsuna @​kakkoyun 💪🏽. This patch release also fixes the iOS build.

We will be hardening the release process even further (#1759, #1761) to prevent this in future, sorry for the inconvenience!

The high concurrency optimization is planned to be eventually reintroduced, however in a much safer manner, potentially in a separate API.

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low concurrency cases #1757
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags. #1758

Full Changelog: prometheus/client_golang@v1.21.0...v1.21.1

v1.21.0 / 2025-02-19

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.21.1 / 2025-03-04

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low contention cases.
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function.

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [ENHANCEMENT] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [ENHANCEMENT] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654
Commits

Updates github.com/rs/zerolog from 1.33.0 to 1.34.0

Commits
  • db9d1be Update go versions covered by CI
  • 5f4b880 Delete _config.yml
  • ffb2708 Remove CNAME file
  • cc4dde7 Create CONTRIBUTING.md
  • 04ea0f4 Implement Close() for zerolog.FilteredLevelWriter (#715)
  • 0398600 fix: reset condition in burst sampler (#711) (#712)
  • 1869fa5 FormatPartValueByName for flexible custom formatting for ConsoleWriter (#541)
  • 31e7995 remove unnecessary nil checks (#701)
  • 582f820 Get BasicSampler(0), RandomSampler(0), and BurstSampler(0) to behave the same...
  • 6abadab Bump github.com/rs/xid from 1.5.0 to 1.6.0 (#684)
  • See full diff in compare view

Updates golang.org/x/sync from 0.11.0 to 0.12.0

Commits
  • b637f27 errgroup: drop support for Go versions before 1.20
  • 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
  • See full diff in compare view

Updates google.golang.org/grpc from 1.67.1 to 1.71.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)

Release 1.71.0

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#7969, #7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#8033)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#8098)

Release 1.70.0

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.36.1 to 1.36.4

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 commands and options

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 na...

Description has been truncated

Bumps the go-mod group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.30.0` | `2.34.0` |
| [github.com/DIMO-Network/cloudevent](https://github.com/DIMO-Network/cloudevent) | `0.0.3` | `0.0.4` |
| [github.com/DIMO-Network/shared](https://github.com/DIMO-Network/shared) | `0.12.7` | `0.12.10` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.36.3` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.48` | `1.17.65` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.72.0` | `1.79.0` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.15.6` | `1.15.7` |
| [github.com/gofiber/swagger](https://github.com/gofiber/swagger) | `1.1.0` | `1.1.1` |
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) | `2.2.0` | `2.3.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.1` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.11.0` | `0.12.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.71.1` |



Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.30.0 to 2.34.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.30.0...v2.34.0)

Updates `github.com/DIMO-Network/cloudevent` from 0.0.3 to 0.0.4
- [Release notes](https://github.com/DIMO-Network/cloudevent/releases)
- [Commits](DIMO-Network/cloudevent@v0.0.3...v0.0.4)

Updates `github.com/DIMO-Network/shared` from 0.12.7 to 0.12.10
- [Release notes](https://github.com/DIMO-Network/shared/releases)
- [Commits](DIMO-Network/shared@v0.12.7...v0.12.10)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.7 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.7...v1.36.3)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.48 to 1.17.65
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.48...credentials/v1.17.65)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.72.0 to 1.79.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.72.0...service/s3/v1.79.0)

Updates `github.com/ethereum/go-ethereum` from 1.15.6 to 1.15.7
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.15.6...v1.15.7)

Updates `github.com/gofiber/swagger` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/gofiber/swagger/releases)
- [Commits](gofiber/swagger@v1.1.0...v1.1.1)

Updates `github.com/grpc-ecosystem/go-grpc-middleware/v2` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
- [Commits](grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.1)

Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.5...v1.21.1)

Updates `github.com/rs/zerolog` from 1.33.0 to 1.34.0
- [Commits](rs/zerolog@v1.33.0...v1.34.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.12.0
- [Commits](golang/sync@v0.11.0...v0.12.0)

Updates `google.golang.org/grpc` from 1.67.1 to 1.71.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.71.1)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.4

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/cloudevent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/shared
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/gofiber/swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2025
@dependabot dependabot bot requested a review from KevinJoiner as a code owner April 1, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants