Skip to content

build(deps): bump the gomod_updates group with 14 updates #457

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 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod_updates group with 14 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.29.14 1.29.15
github.com/aws/aws-sdk-go-v2/credentials 1.17.67 1.17.68
github.com/aws/aws-sdk-go-v2/service/s3 1.80.0 1.80.1
github.com/pterm/pterm 0.12.80 0.12.81
github.com/uptrace/bun 1.2.11 1.2.12
github.com/uptrace/bun/dialect/mssqldialect 1.2.11 1.2.12
github.com/uptrace/bun/dialect/mysqldialect 1.2.11 1.2.12
github.com/uptrace/bun/dialect/oracledialect 1.2.11 1.2.12
github.com/uptrace/bun/dialect/pgdialect 1.2.11 1.2.12
github.com/uptrace/bun/dialect/sqlitedialect 1.2.11 1.2.12
github.com/uptrace/bun/driver/sqliteshim 1.2.11 1.2.12
github.com/uptrace/bun/extra/bundebug 1.2.11 1.2.12
golang.org/x/sync 0.14.0 0.15.0
google.golang.org/api 0.235.0 0.236.0

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

Commits

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

Commits

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

Commits

Updates github.com/pterm/pterm from 0.12.80 to 0.12.81

Release notes

Sourced from github.com/pterm/pterm's releases.

v0.12.81

What's Changed

Exciting New Features 🎉

Fixes 🔧

New Contributors

Full Changelog: pterm/pterm@v0.12.80...v0.12.81

Commits
  • 7278f55 fix(spinner): clear the old text when using UpdateText with Spinner (#656)
  • faf819b fix: fix array out of bounds error in MultiPrinter.getString() (#678)
  • 0d3895d fix(spinner): suppress spinner line clearing in raw output mode (#692)
  • fb12e69 feat(multiselect): optionally show selected options (#719)
  • b2db2e2 docs: autoupdate
  • 10d0c5d Fix leak (#705)
  • 83217c9 docs: autoupdate
  • d55e3c2 feat: adding more padding setters for BoxPrinter (#709)
  • 3be86ba fix(logger): correctly print slog attribute values for json output (#716)
  • a1f016c docs: autoupdate
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

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

Release notes

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

v1.2.12

Please refer to CHANGELOG.md for details

Changelog

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

1.2.12 (2025-06-05)

Bug Fixes

  • automigrate: append SQL to separate []byte slices (f44a349)
  • gh-1160: add WithExcludeForeignKeys option (63141cb), closes #1160
  • iss-824 to allow mssql to support non unicode strings (0565763)
  • migrations: skip template rendering if no data + fix tests (4055827)
  • pgdriver: rename channelOverflowHandler to ChannelOverflowHandler for public API (65760a9)
  • relation join data race (37971d7)
  • report BIGSERIAL ~ BIGINT in pgdialect (ad7356a)
  • skip automigrator test early (5b22710)
  • start sequence with last+1 (7fbf34a)

Features

  • add support for netip.Addr and netip.Prefix (63ccc8f)
  • exclude tables using LIKE pattern (5351f7e)
  • migrations: support Go templates in SQL migrations (d92e29e)
  • pg: allow user config buffer size of pg's connect (e2f2650), closes #1201
  • pgdriver: add option for tracing (80c5e3c), closes #1150
  • pgdriver: add overflow handler to listener channel (6f0e3a1)
  • set notnull=true for autoincrement columns (1bd5dd7)
  • support changing column type to SERIAL (136b480)
Commits
  • 92df4d4 Merge pull request #1203 from uptrace/release/v1.2.12
  • b4da677 chore: release v1.2.12 (release.sh)
  • a76da0d Merge pull request #1202 from uptrace/add-config-with-conn-buffer-size
  • e2f2650 feat(pg): allow user config buffer size of pg's connect
  • f3bb177 Merge pull request #1198 from uptrace/fix/missing-pk
  • f44a349 fix(automigrate): append SQL to separate []byte slices
  • 36c1969 Merge pull request #1196 from Aoang/feat/support-netip-scan
  • 63ccc8f feat: add support for netip.Addr and netip.Prefix
  • d087f42 Merge pull request #1190 from uptrace/feat/automigrate-exclude-like
  • fe891ea refactor: extend ExcludeTables to allow % and _ wildcards
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.14.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • See full diff in compare view

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

Release notes

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

v0.236.0

0.236.0 (2025-06-03)

Features

Bug Fixes

  • auth: Remove s2a fallback option (#3176) (

Bumps the gomod_updates group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.14` | `1.29.15` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.67` | `1.17.68` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.80.0` | `1.80.1` |
| [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.80` | `0.12.81` |
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/dialect/mssqldialect](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/dialect/mysqldialect](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/dialect/oracledialect](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/dialect/sqlitedialect](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/driver/sqliteshim](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [github.com/uptrace/bun/extra/bundebug](https://github.com/uptrace/bun) | `1.2.11` | `1.2.12` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.14.0` | `0.15.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.235.0` | `0.236.0` |


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

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

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

Updates `github.com/pterm/pterm` from 0.12.80 to 0.12.81
- [Release notes](https://github.com/pterm/pterm/releases)
- [Commits](pterm/pterm@v0.12.80...v0.12.81)

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

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

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

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

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

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

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

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

Updates `golang.org/x/sync` from 0.14.0 to 0.15.0
- [Commits](golang/sync@v0.14.0...v0.15.0)

Updates `google.golang.org/api` from 0.235.0 to 0.236.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.235.0...v0.236.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.29.15
  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.68
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/pterm/pterm
  dependency-version: 0.12.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/uptrace/bun
  dependency-version: 1.2.12
  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.12
  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.12
  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.12
  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.12
  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.12
  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.12
  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.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: golang.org/x/sync
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
- dependency-name: google.golang.org/api
  dependency-version: 0.236.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 8, 2025
@zeroshade zeroshade merged commit cbaadf7 into main Jun 10, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod_updates-25209bcb81 branch June 10, 2025 22:38
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