Skip to content

build(deps): bump the go-dependencies group across 1 directory with 14 updates#2517

Merged
jjbustamante merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-bc2da839d0
Feb 4, 2026
Merged

build(deps): bump the go-dependencies group across 1 directory with 14 updates#2517
jjbustamante merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-bc2da839d0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the go-dependencies group with 7 updates in the / directory:

Package From To
github.com/chainguard-dev/kaniko 1.25.5 1.25.6
github.com/docker/cli 29.0.3+incompatible 29.2.0+incompatible
github.com/gdamore/tcell/v2 2.12.2 2.13.8
github.com/moby/go-archive 0.1.0 0.2.0
github.com/moby/moby/api 1.52.0 1.53.0
github.com/moby/moby/client 0.2.1 0.2.2
github.com/onsi/gomega 1.38.2 1.39.0

Updates github.com/chainguard-dev/kaniko from 1.25.5 to 1.25.6

Release notes

Sourced from github.com/chainguard-dev/kaniko's releases.

v1.25.6

What's Changed

... (truncated)

Commits
  • 5e0b684 chore(deps): bump golang from bc45dfd to ce63a16 in /deploy (#281)
  • fd71f56 chore(deps): bump golang from 8bbd140 to bc45dfd in /deploy (#279)
  • bc915ce chore(deps): bump github.com/sirupsen/logrus in the gomod group (#280)
  • cefd124 chore(deps): bump cloud.google.com/go/storage in the gomod group (#277)
  • e11f4f2 chore(deps): bump google.golang.org/api from 0.259.0 to 0.260.0 (#278)
  • dea209b chore(deps): bump golang from 6cc2338 to 8bbd140 in /deploy (#274)
  • 8b91485 chore(deps): bump debian from 94c4d59 to 56ff6d3 in /deploy (#275)
  • b893a90 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob (#276)
  • c229f93 chore(deps): bump debian from d5d3f9c to 94c4d59 in /deploy (#271)
  • 168e935 chore(deps): bump actions/setup-go in the actions group (#272)
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 29.0.3+incompatible to 29.2.0+incompatible

Commits
  • 0b9d198 Merge pull request #6764 from vvoland/update-docker
  • 9c9ec73 vendor: github.com/moby/moby/client v0.2.2
  • bab3e81 vendor: github.com/moby/moby/api v1.53.0
  • 2e64fc1 Merge pull request #6367 from thaJeztah/template_slicejoin
  • 1f2ba2a Merge pull request #6760 from thaJeztah/container_create_fix_error
  • e34a342 templates: make "join" work with non-string slices and map values
  • a86356d Merge pull request #6763 from thaJeztah/bump_mapstructure
  • 771660a vendor: github.com/go-viper/mapstructure/v2 v2.5.0
  • 9cff36b Merge pull request #6762 from thaJeztah/bump_x_deps
  • 08ed2bc cli/command/container: make injecting config.json failures a warning
  • Additional commits viewable in compare view

Updates github.com/gdamore/tcell/v2 from 2.12.2 to 2.13.8

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.13.7 Bug Fix Release

This fixes two bugs:

  • wide not overwriting adjacent character (#976)
  • paste on Windows did not handle certain runes (#984)

What's Changed

Full Changelog: gdamore/tcell@v2.13.6...v2.13.7

Version 2.13.5 Bug Fix Release

This release addresses a problem with keypad keys in certain terminal emulators.

Full Changelog: gdamore/tcell@v2.13.5...v2.13.6

Version 2.13.5 Bug Fix Release

This fixes a regression where Control-J was being reported as KeyEnter.

Full Changelog: gdamore/tcell@v2.13.4...v2.13.5

Version 2.13.4 Bug Fix

What's Changed

(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history was wrong -- we've deleted the tag.)

Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.

Full Changelog: gdamore/tcell@v2.13.2...v2.13.4

Version 2.13.2 Bug Fix Release

This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to an off-by-one error.)

Full Changelog: gdamore/tcell@v2.13.1...v2.13.2

Version 2.13.1 Bug Fix Release

This fixes a bug decoding certain control keys ([, ], )

Version 2.13 Bug Fix and Minor Feature Release

What's Changed

Full Changelog: gdamore/tcell@v2.12.2...v2.13.0

Commits
  • 55302dd fix(tscreen): Last column snafu with workaround for wide characters.
  • f435772 fix(tscreen): fix infinite loop in paste
  • 4df69b6 fix: fix for wide not overwriting adjacent character (fixes #976)
  • 4739cfe fix(windows): Windows input (paste input) may arrive as UTF-16 still (fixes#984)
  • aa43d8f fix: Convert text keypad keys from their CSI-u codes to their text values (fi...
  • d79dec6 fix: ctrl-J is reported as KeyCR/KeyEnter on legacy terminals (fixes #911)
  • dcce777 fix: fix terminal key protocol selection logic
  • 7631923 fix: fix win32-input-key protocol to be more resilient
  • 590c82f fix: fix shfit-tab delivering shift+tab instead of backtab (fixes #901)
  • de46bdb fix(windows): remove incorrect +1 from console dimension calculations
  • Additional commits viewable in compare view

Updates github.com/moby/go-archive from 0.1.0 to 0.2.0

Release notes

Sourced from github.com/moby/go-archive's releases.

v0.2.0

What's Changed

Full Changelog: moby/go-archive@v0.1.0...v0.2.0

Commits
  • 263611f Merge pull request #20 from thaJeztah/carry_17
  • a1d4e73 Merge pull request #18 from thaJeztah/bump_gha
  • da4e566 xattr: Fix OS matching.
  • df87f45 Merge pull request #19 from thaJeztah/bump_deps
  • 8996f22 gha: update CodeQL Action to v4
  • 985c60f gha: codeql: use go stable
  • 4752b25 gha: update actions/setup-go@v6
  • 280f775 gha: update actions/checkout@v6
  • 4c912d3 gha: update golangci/golangci-lint-action@v9
  • 2cd730e go.mod: bump github.com/klauspost/compress v1.18.2
  • Additional commits viewable in compare view

Updates github.com/moby/moby/api from 1.52.0 to 1.53.0

Release notes

Sourced from github.com/moby/moby/api's releases.

api/v1.53.0

New

  • GET /info now includes an NRI field. If the Node Resource Interface (NRI) is enabled, this field contains information describing it. moby/moby#51713
  • New Identity field has been added to the inspect endpoint to show trusted origin information about the image. This includes build ref for locally built images, remote registry repository for pulled images, and verified signature information for images that contain a valid signed provenance attestation. moby/moby#51737

Bug fixes and enhancements

Deprecations

  • POST /grpc and POST /sessions are deprecated and will be removed in future. moby/moby#51721
Commits
  • 15b87a4 Merge pull request #51936 from vvoland/drop-replace
  • 4fa326f api: Cut v1.53
  • f9ed31a Drop replace rules
  • 2d8289c Merge pull request #51919 from htoyoda18/fix/decode
  • ef6d8b0 Merge pull request #51910 from thaJeztah/refactor_listener_defaults
  • 45aee52 Merge pull request #51862 from thaJeztah/identity_version_gate
  • 31ffe93 Merge pull request #51932 from thaJeztah/api_omitzero
  • a007682 Merge pull request #51931 from renovate-bot/renovate/actions-checkout-6.x
  • 59abc76 daemon/pkg/opts: remove unused ParseHost
  • 8afb45b loadDaemonCliConfig: explicitly set default host
  • Additional commits viewable in compare view

Updates github.com/moby/moby/client from 0.2.1 to 0.2.2

Release notes

Sourced from github.com/moby/moby/client's releases.

client/v0.2.2

Bug fixes and enhancements

API

Deprecations

  • client: ContainerListOptions: deprecate Since, Before, and Latest fields. moby/moby#51908
Changelog

Sourced from github.com/moby/moby/client's changelog.

0.2.2 (2012-05-03)

  • Support for data volumes ('docker run -v=PATH')
  • Share data volumes between containers ('docker run -volumes-from')
  • Improved documentation
  • Upgrade to Go 1.0.3
  • Various upgrades to the dev environment for contributors
Commits
  • 5ffd630 Bumped version to 0.2.2
  • 7011322 + Documentation: new example: sharing data between 2 couchdb databases
  • 18b8eeb + Support for data volumes
  • a7c0e9a Fix a bug in the Makefile which caused dependency download to fail
  • 19df5a7 Merge pull request #487 from brunoqc/patch-2
  • 8ef72cb Merge pull request #508 from bdon/master
  • 6cbe27b correct documentation for where images are stored on filesystem.
  • a82b60b dockerbuilder: change order of dependencies
  • c08d245 dockerbuilder: let the Makefile upload to s3 with 'make release'
  • b6a5e60 Add s3 upload to 'make release'
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.2 to 1.39.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Commits
  • 49561ad v1.39.0
  • 8f7f425 document MatchErrorStrictly
  • bae643d add matcher relecting errors.Is behavior
  • a3ca2ca v1.38.3
  • 4dada36 fix failing have http tests
  • d40c691 make string formatitng more consistent for users who use format.Object directly
  • 2a37b46 doc: fix typos
  • ee26170 docs: fix HaveValue example
  • cc85c05 Bump actions/setup-go from 5 to 6 (#866)
  • 8905788 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.10.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

Commits

Updates golang.org/x/crypto from 0.45.0 to 0.47.0

Commits
  • 506e022 go.mod: update golang.org/x dependencies
  • 7dacc38 chacha20poly1305: error out in fips140=only mode
  • 19acf81 go.mod: update golang.org/x dependencies
  • 3a1c6b4 x509roots/fallback: update bundle
  • f4602e4 ssh/agent: fix flaky test by ensuring a writeable home directory
  • See full diff in compare view

Updates golang.org/x/mod from 0.30.0 to 0.31.0

Commits

Updates golang.org/x/oauth2 from 0.33.0 to 0.34.0

Commits

Updates golang.org/x/sys from 0.39.0 to 0.40.0

Commits
  • 2f44229 sys/cpu: add symbolic constants for remaining cpuid bits
  • e5770d2 sys/cpu: use symbolic names for masks
  • 714a44c sys/cpu: modify x86 port to match what internal/cpu does
  • See full diff in compare view

Updates golang.org/x/term from 0.37.0 to 0.39.0

Commits

Updates golang.org/x/text from 0.31.0 to 0.33.0

Commits
  • 536231a go.mod: update golang.org/x dependencies
  • 0dd57a6 go.mod: update golang.org/x dependencies
  • 087616b transform: fix %q verb use with wrong type
  • 16f85a7 all: eliminate vet diagnostics
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code type/chore Issue that requests non-user facing changes. labels Jan 26, 2026
@dependabot dependabot bot requested review from a team as code owners January 26, 2026 23:27
@dependabot dependabot bot added type/chore Issue that requests non-user facing changes. dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 26, 2026
@github-actions github-actions bot added this to the 0.40.0 milestone Jan 26, 2026
…4 updates

Bumps the go-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/chainguard-dev/kaniko](https://github.com/chainguard-dev/kaniko) | `1.25.5` | `1.25.6` |
| [github.com/docker/cli](https://github.com/docker/cli) | `29.0.3+incompatible` | `29.2.0+incompatible` |
| [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) | `2.12.2` | `2.13.8` |
| [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.1.0` | `0.2.0` |
| [github.com/moby/moby/api](https://github.com/moby/moby) | `1.52.0` | `1.53.0` |
| [github.com/moby/moby/client](https://github.com/moby/moby) | `0.2.1` | `0.2.2` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.2` | `1.39.0` |



Updates `github.com/chainguard-dev/kaniko` from 1.25.5 to 1.25.6
- [Release notes](https://github.com/chainguard-dev/kaniko/releases)
- [Changelog](https://github.com/chainguard-forks/kaniko/blob/main/CHANGELOG.md)
- [Commits](chainguard-forks/kaniko@v1.25.5...v1.25.6)

Updates `github.com/docker/cli` from 29.0.3+incompatible to 29.2.0+incompatible
- [Commits](docker/cli@v29.0.3...v29.2.0)

Updates `github.com/gdamore/tcell/v2` from 2.12.2 to 2.13.8
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v2.12.2...v2.13.8)

Updates `github.com/moby/go-archive` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.1.0...v0.2.0)

Updates `github.com/moby/moby/api` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@api/v1.52.0...api/v1.53.0)

Updates `github.com/moby/moby/client` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.2.2/CHANGELOG.md)
- [Commits](moby/moby@v0.2.1...v0.2.2)

Updates `github.com/onsi/gomega` from 1.38.2 to 1.39.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.2...v1.39.0)

Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.10.1...v1.10.2)

Updates `golang.org/x/crypto` from 0.45.0 to 0.47.0
- [Commits](golang/crypto@v0.45.0...v0.47.0)

Updates `golang.org/x/mod` from 0.30.0 to 0.31.0
- [Commits](golang/mod@v0.30.0...v0.31.0)

Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0
- [Commits](golang/oauth2@v0.33.0...v0.34.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.40.0
- [Commits](golang/sys@v0.39.0...v0.40.0)

Updates `golang.org/x/term` from 0.37.0 to 0.39.0
- [Commits](golang/term@v0.37.0...v0.39.0)

Updates `golang.org/x/text` from 0.31.0 to 0.33.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.31.0...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/chainguard-dev/kaniko
  dependency-version: 1.25.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/docker/cli
  dependency-version: 29.2.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.13.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/go-archive
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/moby/api
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/mod
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-bc2da839d0 branch from 44e9db1 to bfad999 Compare February 3, 2026 03:29
@jjbustamante jjbustamante modified the milestones: 0.40.0, 0.41.0 Feb 3, 2026
@jjbustamante jjbustamante merged commit d0e5e38 into main Feb 4, 2026
15 checks passed
@jjbustamante jjbustamante deleted the dependabot/go_modules/go-dependencies-bc2da839d0 branch February 4, 2026 14:10
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 type/chore Issue that requests non-user facing changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments