Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: github.com/Scalingo/go-utils/logger, github.com/gofrs/uuid/v5 and golang.org/x/sys.

Updates github.com/Scalingo/go-utils/logger from 1.9.1 to 1.11.0

Commits
  • 956d5e7 Merge pull request #1356 from Scalingo/release/logger/1.11.0
  • a1ce257 [logger] Bump v1.11.0
  • ffa51ef Merge pull request #1351 from Scalingo/feat/logs/add_log_with_output
  • 12d77cb Merge branch 'master' into feat/logs/add_log_with_output
  • 3893748 Merge pull request #1344 from Scalingo/dependabot/go_modules/tarball/dependen...
  • 3e96f1c Merge pull request #1337 from Scalingo/dependabot/go_modules/io/dependencies-...
  • 8c92907 chore(go) use 1.24
  • 5308c57 chore(io/go) use 1.24
  • 7f6a488 Merge pull request #1355 from Scalingo/release/logger/1.10.0
  • 404ca85 Merge pull request #1354 from Scalingo/release/pagination/v1.1.2
  • Additional commits viewable in compare view

Updates github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0

Release notes

Sourced from github.com/gofrs/uuid/v5's releases.

v5.4.0

What's Changed

New Contributors

Full Changelog: gofrs/uuid@v5.3.2...v5.4.0

Commits
  • 153266a Add IsZero method to UUID type for MongoDB omitzero support (#226)
  • 90a218b Bump the all group across 1 directory with 4 updates (#230)
  • 5ec55b6 Bump the all group with 2 updates (#227)
  • e1fb84e perf: reduce allocations in NewV3 and NewV5 (#221)
  • f37c04d Bump the all group with 4 updates (#225)
  • efd4d5a fix: deduplicate UUID parsing logic with parsing tests #217; (#218)
  • bbcba78 Bump the all group across 1 directory with 4 updates (#223)
  • 78d4142 Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (#215)
  • 6fd71a3 Bump the all group across 1 directory with 4 updates (#214)
  • eabfc15 Bump the all group with 2 updates (#212)
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.36.0 to 0.37.0

Commits
  • 1edeebe unix: mkall.sh: fail if docker build failed
  • ecada54 unix: use slices.{Equal,Sort} in tests
  • 5e63aa5 windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows
  • 033906b unix: add (*CPUSet).Fill helper to enable all CPUs
  • 6be6c58 windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents
  • 32e2038 unix: use Go 1.21+ clear built-in
  • 137f2ed sys: add support for NetBSD getvfsstat
  • See full diff in compare view

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 dependencies group with 3 updates: [github.com/Scalingo/go-utils/logger](https://github.com/Scalingo/go-utils), [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/Scalingo/go-utils/logger` from 1.9.1 to 1.11.0
- [Release notes](https://github.com/Scalingo/go-utils/releases)
- [Changelog](https://github.com/Scalingo/go-utils/blob/master/CHANGELOG_LEGACY.md)
- [Commits](Scalingo/go-utils@logger/v1.9.1...logger/v1.11.0)

Updates `github.com/gofrs/uuid/v5` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](gofrs/uuid@v5.3.2...v5.4.0)

Updates `golang.org/x/sys` from 0.36.0 to 0.37.0
- [Commits](golang/sys@v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/Scalingo/go-utils/logger
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/gofrs/uuid/v5
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.37.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Nov 1, 2025
@dependabot dependabot bot requested a review from EtienneM as a code owner November 1, 2025 11:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2025
@github-actions github-actions bot enabled auto-merge November 1, 2025 11:01
@github-actions github-actions bot merged commit 34fd249 into master Nov 1, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/dependencies-e334db9b71 branch November 1, 2025 11:02
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