Skip to content

Commit 101f47e

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump github.com/docker/cli in the go-docker-dependencies group
Bumps the go-docker-dependencies group with 1 update: [github.com/docker/cli](https://github.com/docker/cli). Updates `github.com/docker/cli` from 29.2.1+incompatible to 29.3.0+incompatible - [Commits](docker/cli@v29.2.1...v29.3.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.3.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 3c1b260 commit 101f47e

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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 v29.2.1+incompatible
11+
github.com/docker/cli v29.3.0+incompatible
1212
github.com/docker/docker v28.5.2+incompatible
1313
github.com/fatih/color v1.18.0
1414
github.com/google/go-cmp v0.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 h1:lxmTCgmHE1G
392392
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7/go.mod h1:GvWntX9qiTlOud0WkQ6ewFm0LPy5JUR1Xo0Ngbd1w6Y=
393393
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
394394
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
395-
github.com/docker/cli v29.2.1+incompatible h1:n3Jt0QVCN65eiVBoUTZQM9mcQICCJt3akW4pKAbKdJg=
396-
github.com/docker/cli v29.2.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
395+
github.com/docker/cli v29.3.0+incompatible h1:z3iWveU7h19Pqx7alZES8j+IeFQZ1lhTwb2F+V9SVvk=
396+
github.com/docker/cli v29.3.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
397397
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
398398
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
399399
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=

vendor/github.com/docker/cli/cli/config/configfile/file.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ github.com/digitorus/timestamp
524524
# github.com/dimchansky/utfbom v1.1.1
525525
## explicit
526526
github.com/dimchansky/utfbom
527-
# github.com/docker/cli v29.2.1+incompatible
527+
# github.com/docker/cli v29.3.0+incompatible
528528
## explicit
529529
github.com/docker/cli/cli/config
530530
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)