Skip to content

chore(deps): bump the dependencies group with 10 updates - #1221

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/dependencies-92fd4a6526
May 1, 2026
Merged

chore(deps): bump the dependencies group with 10 updates#1221
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/dependencies-92fd4a6526

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 10 updates:

Package From To
github.com/Scalingo/go-utils/errors/v3 3.2.0 3.2.1
github.com/Scalingo/go-utils/logger 1.12.1 1.12.2
golang.org/x/crypto 0.49.0 0.50.0
golang.org/x/term 0.41.0 0.42.0
golang.org/x/text 0.35.0 0.36.0
github.com/mattn/go-isatty 0.0.20 0.0.22
github.com/mattn/go-runewidth 0.0.21 0.0.23
github.com/olekukonko/errors 1.2.0 1.3.0
golang.org/x/net 0.52.0 0.53.0
golang.org/x/sys 0.42.0 0.43.0

Updates github.com/Scalingo/go-utils/errors/v3 from 3.2.0 to 3.2.1

Commits
  • f9a87c6 Merge pull request #1571 from Scalingo/release/errors/3.2.1
  • 05faa22 Merge pull request #1566 from Scalingo/release/logger/1.12.2
  • 835c8f0 Merge pull request #1562 from Scalingo/release/etcd/1.2.2
  • 9dae025 Merge pull request #1574 from Scalingo/release/mongo/2.0.0
  • 23d92d8 [mongo] Bump v2.0.0
  • 9597516 Merge pull request #1573 from Scalingo/release/otel/0.9.0
  • a8cca2e [otel] Bump v0.9.0
  • 91c531e Merge pull request #1568 from Scalingo/fix/1567/otel-graceful-shutdown
  • a3bc2e1 Lint and review
  • 1bcd261 Merge pull request #1559 from Scalingo/release/crypto/2.0.0
  • Additional commits viewable in compare view

Updates github.com/Scalingo/go-utils/logger from 1.12.1 to 1.12.2

Commits
  • 05faa22 Merge pull request #1566 from Scalingo/release/logger/1.12.2
  • 835c8f0 Merge pull request #1562 from Scalingo/release/etcd/1.2.2
  • 9dae025 Merge pull request #1574 from Scalingo/release/mongo/2.0.0
  • 23d92d8 [mongo] Bump v2.0.0
  • 9597516 Merge pull request #1573 from Scalingo/release/otel/0.9.0
  • a8cca2e [otel] Bump v0.9.0
  • 91c531e Merge pull request #1568 from Scalingo/fix/1567/otel-graceful-shutdown
  • a3bc2e1 Lint and review
  • 1bcd261 Merge pull request #1559 from Scalingo/release/crypto/2.0.0
  • b51225e Merge pull request #1572 from Scalingo/release/graceful/1.3.3
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.49.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • See full diff in compare view

Updates golang.org/x/term from 0.41.0 to 0.42.0

Commits

Updates golang.org/x/text from 0.35.0 to 0.36.0

Commits

Updates github.com/mattn/go-isatty from 0.0.20 to 0.0.22

Commits
  • 9a68506 Fix isCygwinPipeName to accept Windows 7 trailing suffix (#90)
  • 4237fb1 Update Go test matrix to current versions (1.24-1.26)
  • 433c12b Update GitHub Actions to latest versions
  • 1cf5589 Add wasip1 and wasip2 to build constraints in isatty_others.go
  • 1237245 Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0
  • ac9c88d Fix typo in comment: undocomented -> undocumented
  • 8b7124e Add availability check for NtQueryObject in init
  • 08d0313 Fix isCygwinPipeName to reject names with extra trailing tokens
  • See full diff in compare view

Updates github.com/mattn/go-runewidth from 0.0.21 to 0.0.23

Commits
  • 17a7a03 Merge pull request #95 from mattn/optimize-runewidth-performance
  • 0a43bb8 Optimize RuneWidth and StringWidth performance
  • 41dc6c5 Merge pull request #92 from mattn/stringwidth-single-rune-fast-path
  • 254e529 optimize single-rune StringWidth
  • See full diff in compare view

Updates github.com/olekukonko/errors from 1.2.0 to 1.3.0

Commits
  • 759b0b9 simpler readme
  • ad98814 add chan error support
  • 247ae3b cleaner implementation and ensure autofree works as intended
  • 8af6dc2 error group support
  • eadb4c5 simple http error handling with
  • 1e090ac add sentinel support
  • 111918d redesign inspect to accept io.Writter
  • 9f3b743 add log value implementation for *Error
  • 2da0037 add context to chain and step
  • bae756f fix minor bugs identified while adding genric
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.52.0 to 0.53.0

Commits
  • a8d1fc1 go.mod: update golang.org/x dependencies
  • 056ac74 quic: avoid depending on golang.org/x/sys/unix
  • c85f611 http3: add http3 package for testing in std
  • 805fc81 http2: add transport API tests
  • e63b894 http2: support testing via net/http.Transport.RoundTrip
  • 9ee1e48 http2/hpack: prevent HeaderField from escaping during encoding
  • 1e71bd8 http2: prevent hanging Transport due to bad SETTINGS frame
  • 7bca150 internal/http3: respect net/http Server Shutdown context when shutting down
  • 44c41be internal/http3: prevent server from holding mutex when sleeping during shutdown
  • 228a67a internal/http3: add CloseIdleConnections support in transport
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.42.0 to 0.43.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • 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 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 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Scalingo/go-utils/errors/v3](https://github.com/Scalingo/go-utils) | `3.2.0` | `3.2.1` |
| [github.com/Scalingo/go-utils/logger](https://github.com/Scalingo/go-utils) | `1.12.1` | `1.12.2` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.49.0` | `0.50.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.41.0` | `0.42.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.35.0` | `0.36.0` |
| [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.20` | `0.0.22` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.21` | `0.0.23` |
| [github.com/olekukonko/errors](https://github.com/olekukonko/errors) | `1.2.0` | `1.3.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.52.0` | `0.53.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.42.0` | `0.43.0` |


Updates `github.com/Scalingo/go-utils/errors/v3` from 3.2.0 to 3.2.1
- [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@errors/v3.2.0...errors/v3.2.1)

Updates `github.com/Scalingo/go-utils/logger` from 1.12.1 to 1.12.2
- [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.12.1...logger/v1.12.2)

Updates `golang.org/x/crypto` from 0.49.0 to 0.50.0
- [Commits](golang/crypto@v0.49.0...v0.50.0)

Updates `golang.org/x/term` from 0.41.0 to 0.42.0
- [Commits](golang/term@v0.41.0...v0.42.0)

Updates `golang.org/x/text` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.35.0...v0.36.0)

Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.22
- [Commits](mattn/go-isatty@v0.0.20...v0.0.22)

Updates `github.com/mattn/go-runewidth` from 0.0.21 to 0.0.23
- [Commits](mattn/go-runewidth@v0.0.21...v0.0.23)

Updates `github.com/olekukonko/errors` from 1.2.0 to 1.3.0
- [Commits](olekukonko/errors@v1.2.0...v1.3.0)

Updates `golang.org/x/net` from 0.52.0 to 0.53.0
- [Commits](golang/net@v0.52.0...v0.53.0)

Updates `golang.org/x/sys` from 0.42.0 to 0.43.0
- [Commits](golang/sys@v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: github.com/Scalingo/go-utils/errors/v3
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/Scalingo/go-utils/logger
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/errors
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.53.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.43.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 May 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner May 1, 2026 00:03
@dependabot
dependabot Bot requested review from curzolapierre and removed request for a team May 1, 2026 00:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2026
@github-actions
github-actions Bot enabled auto-merge May 1, 2026 00:03
@github-actions
github-actions Bot merged commit f3c76bc into master May 1, 2026
7 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/dependencies-92fd4a6526 branch May 1, 2026 00:05
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