Skip to content

Commit e8b2b9e

Browse files
build(deps): bump the go-deps group across 1 directory with 3 updates (#2353)
Bumps the go-deps group with 3 updates in the / directory: [github.com/docker/cli](https://github.com/docker/cli), [github.com/moby/moby/api](https://github.com/moby/moby) and [github.com/moby/moby/client](https://github.com/moby/moby). Updates `github.com/docker/cli` from 29.5.3+incompatible to 29.6.0+incompatible - [Commits](docker/cli@v29.5.3...v29.6.0) Updates `github.com/moby/moby/api` from 1.54.2 to 1.55.0 - [Release notes](https://github.com/moby/moby/releases) - [Commits](moby/moby@api/v1.54.2...api/v1.55.0) Updates `github.com/moby/moby/client` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/moby/moby/releases) - [Changelog](https://github.com/moby/moby/blob/v0.5.0/CHANGELOG.md) - [Commits](moby/moby@v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.6.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/moby/moby/api dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/moby/moby/client dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c68d899 commit e8b2b9e

15 files changed

Lines changed: 164 additions & 23 deletions

File tree

cmd/krane/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7 // indirect
4444
github.com/aws/smithy-go v1.24.1 // indirect
4545
github.com/dimchansky/utfbom v1.1.1 // indirect
46-
github.com/docker/cli v29.5.3+incompatible // indirect
46+
github.com/docker/cli v29.6.0+incompatible // indirect
4747
github.com/docker/docker-credential-helpers v0.9.5 // indirect
4848
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
4949
github.com/google/go-cmp v0.7.0 // indirect

cmd/krane/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ module github.com/google/go-containerregistry
88
go 1.25.0
99

1010
require (
11-
github.com/docker/cli v29.5.3+incompatible
11+
github.com/docker/cli v29.6.0+incompatible
1212
github.com/google/go-cmp v0.7.0
1313
github.com/klauspost/compress v1.18.6
1414
github.com/moby/docker-image-spec v1.3.1
15-
github.com/moby/moby/api v1.54.2
16-
github.com/moby/moby/client v0.4.1
15+
github.com/moby/moby/api v1.55.0
16+
github.com/moby/moby/client v0.5.0
1717
github.com/opencontainers/go-digest v1.0.0
1818
github.com/opencontainers/image-spec v1.1.1
1919
github.com/spf13/cobra v1.10.2

go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/authn/k8schain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7 // indirect
4646
github.com/aws/smithy-go v1.24.1 // indirect
4747
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
48-
github.com/docker/cli v29.5.3+incompatible // indirect
48+
github.com/docker/cli v29.6.0+incompatible // indirect
4949
github.com/docker/docker-credential-helpers v0.9.5 // indirect
5050
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
5151
github.com/fxamacker/cbor/v2 v2.9.0 // indirect

pkg/authn/k8schain/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/authn/kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919

2020
require (
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22-
github.com/docker/cli v29.5.3+incompatible // indirect
22+
github.com/docker/cli v29.6.0+incompatible // indirect
2323
github.com/docker/docker-credential-helpers v0.9.3 // indirect
2424
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
2525
github.com/fxamacker/cbor/v2 v2.9.0 // indirect

pkg/authn/kubernetes/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/cli/AUTHORS

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/moby/api/types/image/attestation.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)