Skip to content

build(deps): bump the gomod_updates group with 15 updates #462

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2025

Bumps the gomod_updates group with 15 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.36.3 1.36.4
github.com/aws/aws-sdk-go-v2/config 1.29.15 1.29.16
github.com/aws/aws-sdk-go-v2/credentials 1.17.68 1.17.69
github.com/aws/aws-sdk-go-v2/service/glue 1.113.0 1.113.2
github.com/aws/aws-sdk-go-v2/service/s3 1.80.1 1.80.2
github.com/hamba/avro/v2 2.28.0 2.29.0
github.com/uptrace/bun 1.2.12 1.2.13
github.com/uptrace/bun/dialect/mssqldialect 1.2.12 1.2.13
github.com/uptrace/bun/dialect/mysqldialect 1.2.12 1.2.13
github.com/uptrace/bun/dialect/oracledialect 1.2.12 1.2.13
github.com/uptrace/bun/dialect/pgdialect 1.2.12 1.2.13
github.com/uptrace/bun/dialect/sqlitedialect 1.2.12 1.2.13
github.com/uptrace/bun/driver/sqliteshim 1.2.12 1.2.13
github.com/uptrace/bun/extra/bundebug 1.2.12 1.2.13
google.golang.org/api 0.236.0 0.237.0

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

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.15 to 1.29.16

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.68 to 1.17.69

Commits

Updates github.com/aws/aws-sdk-go-v2/service/glue from 1.113.0 to 1.113.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.80.1 to 1.80.2

Commits

Updates github.com/hamba/avro/v2 from 2.28.0 to 2.29.0

Release notes

Sourced from github.com/hamba/avro/v2's releases.

v2.29.0

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.28.0...v2.29.0

Commits
  • 6c73860 support union marshal and unmarshal interface (#522)
  • 8ae0657 fix(schema): use sorted map keys (#543)
  • e7b240f chore: bump golang.org/x/tools from 0.33.0 to 0.34.0 in the all group (#544)
  • 142e304 fix(schema): reject duplicate field names, duplicate enum symbols, an… (#541)
  • 0b62b47 Add WithBlockSize to trigger early flushes (#538)
  • 5cbf658 fix: avoid allocation in ParseFiles (#539)
  • fd0c79e feat(registry): add schema metadata properties to schema info (#536)
  • 24498f8 chore: bump golang.org/x/tools from 0.32.0 to 0.33.0 in the all group (#535)
  • 13d0f22 feat(gen): add ability to pass type metadata (#526)
  • 31db81b feat: migrate mapstructure to use go-viper (#528)
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/dialect/mssqldialect from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/dialect/mssqldialect's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/mssqldialect's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/dialect/mysqldialect from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/dialect/mysqldialect's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/mysqldialect's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/dialect/oracledialect from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/dialect/oracledialect's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/oracledialect's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/dialect/sqlitedialect from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/dialect/sqlitedialect's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/sqlitedialect's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/driver/sqliteshim from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/driver/sqliteshim's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/driver/sqliteshim's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates github.com/uptrace/bun/extra/bundebug from 1.2.12 to 1.2.13

Release notes

Sourced from github.com/uptrace/bun/extra/bundebug's releases.

v1.2.13

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/extra/bundebug's changelog.

1.2.13 (2025-06-11)

Bug Fixes

  • query: scanAndCount without model (07fb7ec), closes #1209
  • sort fk constraints before appending (c87fa90)
  • use slices sort (8555900)
Commits
  • 868b17d Merge pull request #1211 from uptrace/release/v1.2.13
  • 07aad46 chore: release v1.2.13 (release.sh)
  • 1a7d07e Merge pull request #1210 from uptrace/fix-clone-with-nil-model
  • 07fb7ec fix(query): scanAndCount without model
  • 4bda447 Merge pull request #1208 from luantranminh/master
  • ebe12c6 Merge pull request #1207 from shota3506/refactor/use-slices-sort
  • 614a5d7 chore: fix typo
  • 8555900 fix: use slices sort
  • 60956f1 Merge pull request #1206 from shota3506/sort-fk-constraints-rel-before-appending
  • c87fa90 fix: sort fk constraints before appending
  • See full diff in compare view

Updates google.golang.org/api from 0.236.0 to 0.237.0

Release notes

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

v0.237.0

0.237.0 (2025-06-12)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.237.0 (2025-06-12)

Features

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 gomod_updates group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.3` | `1.36.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.15` | `1.29.16` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.68` | `1.17.69` |
| [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.113.0` | `1.113.2` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.80.1` | `1.80.2` |
| [github.com/hamba/avro/v2](https://github.com/hamba/avro) | `2.28.0` | `2.29.0` |
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/dialect/mssqldialect](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/dialect/mysqldialect](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/dialect/oracledialect](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/dialect/sqlitedialect](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/driver/sqliteshim](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [github.com/uptrace/bun/extra/bundebug](https://github.com/uptrace/bun) | `1.2.12` | `1.2.13` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.236.0` | `0.237.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.36.3 to 1.36.4
- [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.36.3...v1.36.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.15 to 1.29.16
- [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@config/v1.29.15...config/v1.29.16)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.68 to 1.17.69
- [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.68...credentials/v1.17.69)

Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.113.0 to 1.113.2
- [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/ec2/v1.113.0...service/glue/v1.113.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.80.1 to 1.80.2
- [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.80.1...service/s3/v1.80.2)

Updates `github.com/hamba/avro/v2` from 2.28.0 to 2.29.0
- [Release notes](https://github.com/hamba/avro/releases)
- [Commits](hamba/avro@v2.28.0...v2.29.0)

Updates `github.com/uptrace/bun` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/dialect/mssqldialect` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/dialect/mysqldialect` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/dialect/oracledialect` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/dialect/sqlitedialect` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/driver/sqliteshim` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `github.com/uptrace/bun/extra/bundebug` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.12...v1.2.13)

Updates `google.golang.org/api` from 0.236.0 to 0.237.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.236.0...v0.237.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.36.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.29.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.17.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/glue
  dependency-version: 1.113.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.80.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/hamba/avro/v2
  dependency-version: 2.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/dialect/mssqldialect
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/dialect/mysqldialect
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/dialect/oracledialect
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/dialect/sqlitedialect
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/driver/sqliteshim
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun/extra/bundebug
  dependency-version: 1.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: google.golang.org/api
  dependency-version: 0.237.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
...

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 15, 2025
@zeroshade zeroshade merged commit 02423ac into main Jun 17, 2025
10 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod_updates-491041bd6e branch June 17, 2025 21:37
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.

1 participant