From 2692f244e6cf27a4b1b304e3a39146fd492c908c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:25:49 +0000 Subject: [PATCH] build(deps): bump the go_modules group across 2 directories with 1 update Bumps the go_modules group with 1 update in the /contrib/nydusify directory: [github.com/docker/cli](https://github.com/docker/cli). Bumps the go_modules group with 1 update in the /smoke directory: [github.com/docker/cli](https://github.com/docker/cli). Updates `github.com/docker/cli` from 28.1.1+incompatible to 29.2.0+incompatible - [Commits](https://github.com/docker/cli/compare/v28.1.1...v29.2.0) Updates `github.com/docker/cli` from 28.1.1+incompatible to 29.2.0+incompatible - [Commits](https://github.com/docker/cli/compare/v28.1.1...v29.2.0) Updates `github.com/docker/cli` from 28.1.1+incompatible to 29.2.0+incompatible - [Commits](https://github.com/docker/cli/compare/v28.1.1...v29.2.0) Updates `github.com/docker/cli` from 28.1.1+incompatible to 29.2.0+incompatible - [Commits](https://github.com/docker/cli/compare/v28.1.1...v29.2.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.2.0+incompatible dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/docker/cli dependency-version: 29.2.0+incompatible dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/docker/cli dependency-version: 29.2.0+incompatible dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/docker/cli dependency-version: 29.2.0+incompatible dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- contrib/nydusify/go.mod | 2 +- contrib/nydusify/go.sum | 4 ++-- smoke/go.mod | 2 +- smoke/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/nydusify/go.mod b/contrib/nydusify/go.mod index fa61a0016e2..eb78ac2bdc1 100644 --- a/contrib/nydusify/go.mod +++ b/contrib/nydusify/go.mod @@ -21,7 +21,7 @@ require ( github.com/containerd/platforms v1.0.0-rc.1 github.com/containerd/typeurl/v2 v2.2.3 github.com/distribution/reference v0.6.0 - github.com/docker/cli v28.1.1+incompatible + github.com/docker/cli v29.2.0+incompatible github.com/dustin/go-humanize v1.0.1 github.com/goharbor/acceleration-service v0.2.26 github.com/google/uuid v1.6.0 diff --git a/contrib/nydusify/go.sum b/contrib/nydusify/go.sum index ca4e19675f9..5a77bebbc27 100644 --- a/contrib/nydusify/go.sum +++ b/contrib/nydusify/go.sum @@ -105,8 +105,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/cli v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k= -github.com/docker/cli v28.1.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM= +github.com/docker/cli v29.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8= github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo= github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= diff --git a/smoke/go.mod b/smoke/go.mod index f301404d4bc..04ab8cba536 100644 --- a/smoke/go.mod +++ b/smoke/go.mod @@ -65,7 +65,7 @@ require ( github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect github.com/cyphar/filepath-securejoin v0.6.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect - github.com/docker/cli v28.1.1+incompatible // indirect + github.com/docker/cli v29.2.0+incompatible // indirect github.com/docker/docker-credential-helpers v0.9.3 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect diff --git a/smoke/go.sum b/smoke/go.sum index e7932fcbe55..ae190a6dbc7 100644 --- a/smoke/go.sum +++ b/smoke/go.sum @@ -107,8 +107,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/cli v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k= -github.com/docker/cli v28.1.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM= +github.com/docker/cli v29.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8= github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=