Skip to content

Bump the go-mod group across 1 directory with 5 updates#162

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mod-8725b0423e
Closed

Bump the go-mod group across 1 directory with 5 updates#162
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mod-8725b0423e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/99designs/gqlgen 0.17.73 0.17.74
github.com/ClickHouse/clickhouse-go/v2 2.35.0 2.36.0
github.com/DIMO-Network/token-exchange-api 0.3.0 0.3.2
github.com/uber/h3-go/v4 4.2.1 4.2.3
google.golang.org/grpc 1.72.2 1.73.0

Updates github.com/99designs/gqlgen from 0.17.73 to 0.17.74

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.74

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.73...v0.17.74

Commits

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.35.0 to 2.36.0

Release notes

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

v2.36.0

What's Changed

Enhancements 🎉

The batch.Close() function was added to prevent connections from being leaked by the batch interface. In the previous API, it is possible that an early return (due to return err or some other cause) would cause the connection to be held until the connection timed out.

Here's an example of using this new function:

batch, err := conn.PrepareBatch(ctx, "INSERT INTO function null('x UInt64') VALUES (1)")
if err != nil { . . . }
// This defer call will make sure the batch is absolutely cleaned up before it falls out of scope.
defer batch.Close()

Users should update their code to call this new function. Depending on your insert logic you may be leaking connections if Send never gets called.

Full Changelog: ClickHouse/clickhouse-go@v2.35.0...v2.36.0

Changelog

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

v2.36.0, 2025-06-03

What's Changed

Enhancements 🎉

Full Changelog: ClickHouse/clickhouse-go@v2.35.0...v2.36.0

Commits
  • 81d3c10 Update release notes
  • 06d64b3 Merge pull request #1566 from ClickHouse/fix_cancel_query
  • a0e6569 more tests, added doc comment
  • 436a09d batch close
  • 71e3975 Merge pull request #1563 from ClickHouse/dependabot/go_modules/github.com/doc...
  • aaad304 Bump github.com/docker/docker
  • 5ebfd0c Merge pull request #1561 from ClickHouse/dependabot/go_modules/github.com/doc...
  • 65cea60 Bump github.com/docker/docker
  • 2ef7662 Update run-tests.yml with ClickHouse versions
  • 9085e33 Merge pull request #1557 from ClickHouse/dependabot/go_modules/go.opentelemet...
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/token-exchange-api from 0.3.0 to 0.3.2

Release notes

Sourced from github.com/DIMO-Network/token-exchange-api's releases.

v0.3.2

Full Changelog: DIMO-Network/token-exchange-api@v0.3.1...v0.3.2

v0.3.1

What's Changed

Full Changelog: DIMO-Network/token-exchange-api@v0.3.0...v0.3.1

Commits
  • b9986f4 Update Image Version to d3af18b
  • d3af18b Actually fix it
  • fb3e1db Update Image Version to 5557d77
  • 5557d77 Fix the "custom claims" construction
  • 18e1ae1 Update Image Version to 0.3.1
  • d69621b Update Image Version to 9b71044
  • 9b71044 Drop "malformed SACD" down to debug
  • e97599f Update Image Version to 1c8279d
  • 1c8279d Make dev license checking mandatory (#58)
  • 6bbc3a0 Update Image Version to 0.3.0
  • See full diff in compare view

Updates github.com/uber/h3-go/v4 from 4.2.1 to 4.2.3

Release notes

Sourced from github.com/uber/h3-go/v4's releases.

v4.2.3

What's Changed

New Contributors

Full Changelog: uber/h3-go@v4.2.2...v4.2.3

v4.2.2

What's Changed

Full Changelog: uber/h3-go@v4.2.1...v4.2.2

Commits

Updates google.golang.org/grpc from 1.72.2 to 1.73.0

Release notes

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

Release 1.73.0

New Features

  • balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#8249)
  • xds: enable least request LB policy by default. It can be disabled by setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your environment. (#8253)
  • grpc: add a CallAuthority Call Option that can be used to overwrite the http :authority header on per-RPC basis. (#8068)
  • stats/opentelemetry: add trace event for name resolution delay. (#8074)
  • health: added List method to gRPC Health service. (#8155)
  • ringhash: implement features from gRFC A76. (#8159)
  • xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#8167, #8180, #8229, #8343)

Bug Fixes

  • xds: locality ID metric label is changed to make it consistent with gRFC A78. (#8256)
  • client: fail RPCs on the client when using extremely short contexts that expire before the grpc-timeout header is created. (#8312)
  • server: non-positive grpc-timeout header values are now rejected. This is consistent with the gRPC protocol spec. (#8290)
  • xds: fix reported error string when LRS load reporting interval is invalid. (#8224)

Performance Improvements

  • credentials/alts: improve read performance by optimizing buffer copies and allocations. (#8271)
  • server: improve performance of RPC handling by avoid a status proto copy (#8282)

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#8056)
Commits

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

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

| Package | From | To |
| --- | --- | --- |
| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.73` | `0.17.74` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.35.0` | `2.36.0` |
| [github.com/DIMO-Network/token-exchange-api](https://github.com/DIMO-Network/token-exchange-api) | `0.3.0` | `0.3.2` |
| [github.com/uber/h3-go/v4](https://github.com/uber/h3-go) | `4.2.1` | `4.2.3` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.72.2` | `1.73.0` |



Updates `github.com/99designs/gqlgen` from 0.17.73 to 0.17.74
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.73...v0.17.74)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.35.0 to 2.36.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.35.0...v2.36.0)

Updates `github.com/DIMO-Network/token-exchange-api` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/DIMO-Network/token-exchange-api/releases)
- [Commits](DIMO-Network/token-exchange-api@v0.3.0...v0.3.2)

Updates `github.com/uber/h3-go/v4` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/uber/h3-go/releases)
- [Changelog](https://github.com/uber/h3-go/blob/master/CHANGELOG.md)
- [Commits](uber/h3-go@v4.2.1...v4.2.3)

Updates `google.golang.org/grpc` from 1.72.2 to 1.73.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.72.2...v1.73.0)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/token-exchange-api
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/uber/h3-go/v4
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 6, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 9, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-mod-8725b0423e branch June 9, 2025 21:26
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