Skip to content

Commit 81a7767

Browse files
Bump the go-docker-dependencies group with 2 updates
Bumps the go-docker-dependencies group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/cli` from 28.3.3+incompatible to 28.4.0+incompatible - [Commits](docker/cli@v28.3.3...v28.4.0) Updates `github.com/docker/docker` from 28.3.3+incompatible to 28.4.0+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.3.3...v28.4.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.4.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-docker-dependencies - dependency-name: github.com/docker/docker dependency-version: 28.4.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8287559 commit 81a7767

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/blang/semver v3.5.1+incompatible
99
github.com/cpuguy83/go-md2man v1.0.10
1010
github.com/creack/pty v1.1.24
11-
github.com/docker/cli v28.3.3+incompatible
12-
github.com/docker/docker v28.3.3+incompatible
11+
github.com/docker/cli v28.4.0+incompatible
12+
github.com/docker/docker v28.4.0+incompatible
1313
github.com/fatih/color v1.18.0
1414
github.com/google/go-cmp v0.7.0
1515
github.com/google/go-containerregistry v0.20.6

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -975,12 +975,12 @@ github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 h1:lxmTCgmHE1G
975975
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7/go.mod h1:GvWntX9qiTlOud0WkQ6ewFm0LPy5JUR1Xo0Ngbd1w6Y=
976976
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
977977
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
978-
github.com/docker/cli v28.3.3+incompatible h1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo=
979-
github.com/docker/cli v28.3.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
978+
github.com/docker/cli v28.4.0+incompatible h1:RBcf3Kjw2pMtwui5V0DIMdyeab8glEw5QY0UUU4C9kY=
979+
github.com/docker/cli v28.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
980980
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
981981
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
982-
github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=
983-
github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
982+
github.com/docker/docker v28.4.0+incompatible h1:KVC7bz5zJY/4AZe/78BIvCnPsLaC9T/zh72xnlrTTOk=
983+
github.com/docker/docker v28.4.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
984984
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
985985
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
986986
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=

vendor/github.com/docker/cli/cli/config/types/authconfig.go

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/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ github.com/digitorus/timestamp
519519
# github.com/dimchansky/utfbom v1.1.1
520520
## explicit
521521
github.com/dimchansky/utfbom
522-
# github.com/docker/cli v28.3.3+incompatible
522+
# github.com/docker/cli v28.4.0+incompatible
523523
## explicit
524524
github.com/docker/cli/cli/config
525525
github.com/docker/cli/cli/config/configfile
@@ -529,7 +529,7 @@ github.com/docker/cli/cli/config/types
529529
# github.com/docker/distribution v2.8.3+incompatible
530530
## explicit
531531
github.com/docker/distribution/registry/client/auth/challenge
532-
# github.com/docker/docker v28.3.3+incompatible
532+
# github.com/docker/docker v28.4.0+incompatible
533533
## explicit
534534
github.com/docker/docker/pkg/homedir
535535
# github.com/docker/docker-credential-helpers v0.9.3

0 commit comments

Comments
 (0)